<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: In Qliksense for Date picker How to add/syntax for OR condition to get required Data . in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/In-Qliksense-for-Date-picker-How-to-add-syntax-for-OR-condition/m-p/1924348#M76078</link>
    <description>&lt;P&gt;Hy&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we want to use two TimeStamp field Columns in Date picker...then what was the Syntax for that..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I need to know one more...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If One&amp;nbsp; is Timestamp field and other is some Report field in Date picker...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Previously this Report field is in format yyMM but need to change the format to- yyyy-MM-DD. (where only Date should be constant) like these pattern 2020-02-17, 2020-03-17....&lt;/P&gt;
&lt;P&gt;Can anyone help with this issue..&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 09:27:24 GMT</pubDate>
    <dc:creator>chinni</dc:creator>
    <dc:date>2022-04-29T09:27:24Z</dc:date>
    <item>
      <title>In Qliksense for Date picker How to add/syntax for OR condition to get required Data .</title>
      <link>https://community.qlik.com/t5/App-Development/In-Qliksense-for-Date-picker-How-to-add-syntax-for-OR-condition/m-p/1923893#M76046</link>
      <description>&lt;P&gt;Hyy&lt;/P&gt;
&lt;P&gt;I am using Date Picker for picking the From &amp;amp;To date to get only the required data from the Table to download.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here in Date Picker In Advanced setup I had given Timestamp field column.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For that I have used Syntax -&amp;gt;&amp;nbsp; =date(floor(my_TimeStamp_Field)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my concern is that Date Picker should consider another column along with the TimeStamp field..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I tried like this.. =date(floor(my_TimeStamp_Field))&amp;nbsp; or (I_Column)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here I'm not getting whether the syntax for OR condn i am used is proper or not..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it's not working...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can anyone help...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much....&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 11:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/In-Qliksense-for-Date-picker-How-to-add-syntax-for-OR-condition/m-p/1923893#M76046</guid>
      <dc:creator>chinni</dc:creator>
      <dc:date>2022-04-28T11:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: In Qliksense for Date picker How to add/syntax for OR condition to get required Data .</title>
      <link>https://community.qlik.com/t5/App-Development/In-Qliksense-for-Date-picker-How-to-add-syntax-for-OR-condition/m-p/1924089#M76058</link>
      <description>&lt;P&gt;As below&lt;/P&gt;
&lt;P&gt;=date(RangeMax(floor(Timestampfield),floor(Other field)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use RangeMax() or RangeMin() as required&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 14:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/In-Qliksense-for-Date-picker-How-to-add-syntax-for-OR-condition/m-p/1924089#M76058</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-28T14:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: In Qliksense for Date picker How to add/syntax for OR condition to get required Data .</title>
      <link>https://community.qlik.com/t5/App-Development/In-Qliksense-for-Date-picker-How-to-add-syntax-for-OR-condition/m-p/1924161#M76066</link>
      <description>&lt;P&gt;Hy&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will try and let u know..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 16:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/In-Qliksense-for-Date-picker-How-to-add-syntax-for-OR-condition/m-p/1924161#M76066</guid>
      <dc:creator>chinni</dc:creator>
      <dc:date>2022-04-28T16:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: In Qliksense for Date picker How to add/syntax for OR condition to get required Data .</title>
      <link>https://community.qlik.com/t5/App-Development/In-Qliksense-for-Date-picker-How-to-add-syntax-for-OR-condition/m-p/1924348#M76078</link>
      <description>&lt;P&gt;Hy&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we want to use two TimeStamp field Columns in Date picker...then what was the Syntax for that..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I need to know one more...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If One&amp;nbsp; is Timestamp field and other is some Report field in Date picker...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Previously this Report field is in format yyMM but need to change the format to- yyyy-MM-DD. (where only Date should be constant) like these pattern 2020-02-17, 2020-03-17....&lt;/P&gt;
&lt;P&gt;Can anyone help with this issue..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 09:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/In-Qliksense-for-Date-picker-How-to-add-syntax-for-OR-condition/m-p/1924348#M76078</guid>
      <dc:creator>chinni</dc:creator>
      <dc:date>2022-04-29T09:27:24Z</dc:date>
    </item>
  </channel>
</rss>

