<?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: How to filter for values between dates? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-for-values-between-dates/m-p/1314493#M832766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created both variables by going to the setting variable overview and creating 2 new ones with the formula you have provide. When I type in the dates nothing happens to the straight table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2017 13:49:03 GMT</pubDate>
    <dc:creator>mparker123</dc:creator>
    <dc:date>2017-06-19T13:49:03Z</dc:date>
    <item>
      <title>How to filter for values between dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-for-values-between-dates/m-p/1314491#M832764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to filter a straight table by inputting date ranges into either an "Input Box", "Text Object" or something else? The key is I want both fields to reference the same data. For instance, I have a field called Start Date and Due Date. I DO NOT want to filter on the start date. I want to be able to enter Two dates into either the "Input Box" ,"Text Object", or something else and have it filter BY Due Date only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of Straight Table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 777px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="238"&gt;&lt;STRONG&gt;Project Name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="252"&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;&lt;STRONG&gt;Issue Type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="95"&gt;&lt;STRONG&gt;Start Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="94"&gt;&lt;STRONG&gt;Due Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;PMO Jelly Bean&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Jelly Bean&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;New Client&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;5/1/2017&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;6/30/2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;PMO Kit-Kat&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Kit-Kat&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;New Client&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;2/14/2017&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;10/1/2017&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I want to be able to enter any dates and have it filter accordingly. So if i enter in 6/1/2017 in one box and 6/30/2017 in other box I should only get PMO Jelly Bean. Again, If I enter in 6/31/2017 to 10/5/2017 I should only be seeing PMO Kit-Kat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am relatively new to qlikview and have look at other discussions on date ranges and can't seem to find one that will filter the data correctly. Thank You. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-for-values-between-dates/m-p/1314491#M832764</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter for values between dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-for-values-between-dates/m-p/1314492#M832765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create 2 variables and then use those variables either Slider / Calendar / Variable objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;Date = {"&amp;gt;=$(vFirstSortDate) &amp;lt;=$(vLastSortDate)"}&amp;gt;}Summary)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 13:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-for-values-between-dates/m-p/1314492#M832765</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-19T13:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter for values between dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-for-values-between-dates/m-p/1314493#M832766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created both variables by going to the setting variable overview and creating 2 new ones with the formula you have provide. When I type in the dates nothing happens to the straight table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 13:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-for-values-between-dates/m-p/1314493#M832766</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2017-06-19T13:49:03Z</dc:date>
    </item>
  </channel>
</rss>

