<?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: The result should be greater than selected date. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1765333#M59204</link>
    <description>&lt;P&gt;One option is to create an island table in your load script that is not connected to your data model.&lt;/P&gt;&lt;P&gt;DateSelect:&lt;BR /&gt;Load Distinct Date as SDate&lt;BR /&gt;Resident Sample;&lt;/P&gt;&lt;P&gt;Then, use the Date Picker object in the Qlik Dashboard bundle with the SDate field as your date selection control.&lt;/P&gt;&lt;P&gt;In your table, use the following expression as a dimension:&lt;/P&gt;&lt;P&gt;=aggr(max({1&amp;lt;Date={"&amp;gt;=$(=min(SDate))"}&amp;gt;} Date),Date)&lt;/P&gt;&lt;P&gt;And add other dimensions and measures as needed in the table/pivot.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 19:38:39 GMT</pubDate>
    <dc:creator>GaryGiles</dc:creator>
    <dc:date>2020-11-30T19:38:39Z</dc:date>
    <item>
      <title>The result should be greater than selected date.</title>
      <link>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1765226#M59193</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Friends,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am looking for extension of solution for the below scenario.&lt;/P&gt;&lt;P&gt;When user select the date in date control or extension, the result should be greater than selected&amp;nbsp; date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great if anyone help to get the solution along with date control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp; &amp;nbsp; &amp;nbsp;Date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Value&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; 12/12/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10/05/2019&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 29/11/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;15&lt;/P&gt;&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20/12/2021&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;22&lt;/P&gt;&lt;P&gt;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;06/06/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11&lt;/P&gt;&lt;P&gt;if user select the 29/11/2020, then should return the below data.&lt;/P&gt;&lt;P&gt;ID&amp;nbsp; &amp;nbsp; &amp;nbsp;Date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Value&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; 12/12/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10&lt;/P&gt;&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20/12/2021&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;22&lt;/P&gt;&lt;P&gt;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;06/06/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 11:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1765226#M59193</guid>
      <dc:creator>irshadvaza</dc:creator>
      <dc:date>2020-11-30T11:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: The result should be greater than selected date.</title>
      <link>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1765229#M59194</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;On the front-end you could simply do this:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={"&amp;gt;$(=Date(Max(Date),'DD/MM/YYYY'))"}&amp;gt;}Value)&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 11:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1765229#M59194</guid>
      <dc:creator>RsQK</dc:creator>
      <dc:date>2020-11-30T11:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: The result should be greater than selected date.</title>
      <link>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1765239#M59196</link>
      <description>&lt;P&gt;Thanks for response.&lt;/P&gt;&lt;P&gt;your solution is related to sum of selected date however I am looking of&amp;nbsp; calendar control where user can select a date and he can see all the data which is greeter then selected date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 12:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1765239#M59196</guid>
      <dc:creator>irshadvaza</dc:creator>
      <dc:date>2020-11-30T12:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: The result should be greater than selected date.</title>
      <link>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1765333#M59204</link>
      <description>&lt;P&gt;One option is to create an island table in your load script that is not connected to your data model.&lt;/P&gt;&lt;P&gt;DateSelect:&lt;BR /&gt;Load Distinct Date as SDate&lt;BR /&gt;Resident Sample;&lt;/P&gt;&lt;P&gt;Then, use the Date Picker object in the Qlik Dashboard bundle with the SDate field as your date selection control.&lt;/P&gt;&lt;P&gt;In your table, use the following expression as a dimension:&lt;/P&gt;&lt;P&gt;=aggr(max({1&amp;lt;Date={"&amp;gt;=$(=min(SDate))"}&amp;gt;} Date),Date)&lt;/P&gt;&lt;P&gt;And add other dimensions and measures as needed in the table/pivot.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 19:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1765333#M59204</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2020-11-30T19:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: The result should be greater than selected date.</title>
      <link>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1766590#M59305</link>
      <description>&lt;P&gt;Thank you so much Gary, I tried to implement as per your advice however, date picker is not working when I select Single Date option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="irshadvaza_0-1607318949392.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45305i7E78DC06C46C5156/image-size/medium?v=v2&amp;amp;px=400" role="button" title="irshadvaza_0-1607318949392.png" alt="irshadvaza_0-1607318949392.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 05:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/The-result-should-be-greater-than-selected-date/m-p/1766590#M59305</guid>
      <dc:creator>irshadvaza</dc:creator>
      <dc:date>2020-12-07T05:33:15Z</dc:date>
    </item>
  </channel>
</rss>

