<?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 Filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter/m-p/1817904#M1213174</link>
    <description>&lt;P&gt;Hi Qlik Experts,&lt;/P&gt;&lt;P&gt;I have a Island table which contains Date fields in it, the dates are extraction dates of historical table.&lt;BR /&gt;I want to do comparision between two dates in the table and need to get the graph results. I am done visualization part.&lt;BR /&gt;Now my task is, if i select one date in one filter then another has to show only &amp;gt;= selected dates in another filter.&lt;/P&gt;&lt;P&gt;1) It should not be possible to select the date in the right box prior the date in the left list box.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VenkateshYarra_0-1624621981555.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57548iD4A9593FA2EF9D42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VenkateshYarra_0-1624621981555.png" alt="VenkateshYarra_0-1624621981555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2) It should not be possible to select more than one date in the list boxes&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VenkateshYarra_0-1624622113932.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57550iB2876AF27B1C8E58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VenkateshYarra_0-1624622113932.png" alt="VenkateshYarra_0-1624622113932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below is my smaple script and i have attached my sample qvw file also. screen shorts also.&lt;/P&gt;&lt;P&gt;// system variables&lt;BR /&gt;SET HidePrefix = '%'; // hides fields starting with this prefix&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DateTable:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;"Extraction Date"&lt;BR /&gt;01/01/2021&lt;BR /&gt;01/02/2021&lt;BR /&gt;01/03/2021&lt;BR /&gt;01/04/2021&lt;BR /&gt;01/05/2021&lt;BR /&gt;01/06/2021&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;//Actual Date&lt;BR /&gt;TimeToTimeExDate:&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;Date([Extraction Date],'YYYY-MM-DD') as %ActExDateTimeStamp&lt;BR /&gt;RESIDENT DateTable;&lt;/P&gt;&lt;P&gt;//Historical Date&lt;BR /&gt;Outer Join (TimeToTimeExDate)&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;Date([Extraction Date],'YYYY-MM-DD') as %HistExDateTimeStamp&lt;BR /&gt;RESIDENT DateTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Venkatesh&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 11:55:27 GMT</pubDate>
    <dc:creator>VenkateshYarra</dc:creator>
    <dc:date>2021-06-25T11:55:27Z</dc:date>
    <item>
      <title>Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Filter/m-p/1817904#M1213174</link>
      <description>&lt;P&gt;Hi Qlik Experts,&lt;/P&gt;&lt;P&gt;I have a Island table which contains Date fields in it, the dates are extraction dates of historical table.&lt;BR /&gt;I want to do comparision between two dates in the table and need to get the graph results. I am done visualization part.&lt;BR /&gt;Now my task is, if i select one date in one filter then another has to show only &amp;gt;= selected dates in another filter.&lt;/P&gt;&lt;P&gt;1) It should not be possible to select the date in the right box prior the date in the left list box.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VenkateshYarra_0-1624621981555.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57548iD4A9593FA2EF9D42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VenkateshYarra_0-1624621981555.png" alt="VenkateshYarra_0-1624621981555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2) It should not be possible to select more than one date in the list boxes&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VenkateshYarra_0-1624622113932.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57550iB2876AF27B1C8E58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VenkateshYarra_0-1624622113932.png" alt="VenkateshYarra_0-1624622113932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below is my smaple script and i have attached my sample qvw file also. screen shorts also.&lt;/P&gt;&lt;P&gt;// system variables&lt;BR /&gt;SET HidePrefix = '%'; // hides fields starting with this prefix&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DateTable:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;"Extraction Date"&lt;BR /&gt;01/01/2021&lt;BR /&gt;01/02/2021&lt;BR /&gt;01/03/2021&lt;BR /&gt;01/04/2021&lt;BR /&gt;01/05/2021&lt;BR /&gt;01/06/2021&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;//Actual Date&lt;BR /&gt;TimeToTimeExDate:&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;Date([Extraction Date],'YYYY-MM-DD') as %ActExDateTimeStamp&lt;BR /&gt;RESIDENT DateTable;&lt;/P&gt;&lt;P&gt;//Historical Date&lt;BR /&gt;Outer Join (TimeToTimeExDate)&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;Date([Extraction Date],'YYYY-MM-DD') as %HistExDateTimeStamp&lt;BR /&gt;RESIDENT DateTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Venkatesh&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 11:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter/m-p/1817904#M1213174</guid>
      <dc:creator>VenkateshYarra</dc:creator>
      <dc:date>2021-06-25T11:55:27Z</dc:date>
    </item>
  </channel>
</rss>

