<?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 date filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-filter/m-p/305591#M1200942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable taking date from user - vDate. I am using Input box to accept this value.Based on this date I need to filter data. My data should be based on following conditions.&lt;/P&gt;&lt;P&gt;prd_Id:&lt;BR /&gt;load distinct [PRDCT_ID] as ID,&lt;BR /&gt;resident Product&lt;BR /&gt;where $(vdate) between beg_dt and end_dt;&lt;/P&gt;&lt;P&gt;(this beg_dt and end_dt are the database fields)&lt;/P&gt;&lt;P&gt;Can anyone tell what would be the correct syntax.&lt;/P&gt;&lt;P&gt;Thanks,pooja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Feb 2011 16:21:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-13T16:21:35Z</dc:date>
    <item>
      <title>date filter</title>
      <link>https://community.qlik.com/t5/QlikView/date-filter/m-p/305591#M1200942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable taking date from user - vDate. I am using Input box to accept this value.Based on this date I need to filter data. My data should be based on following conditions.&lt;/P&gt;&lt;P&gt;prd_Id:&lt;BR /&gt;load distinct [PRDCT_ID] as ID,&lt;BR /&gt;resident Product&lt;BR /&gt;where $(vdate) between beg_dt and end_dt;&lt;/P&gt;&lt;P&gt;(this beg_dt and end_dt are the database fields)&lt;/P&gt;&lt;P&gt;Can anyone tell what would be the correct syntax.&lt;/P&gt;&lt;P&gt;Thanks,pooja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Feb 2011 16:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-filter/m-p/305591#M1200942</guid>
      <dc:creator />
      <dc:date>2011-02-13T16:21:35Z</dc:date>
    </item>
    <item>
      <title>date filter</title>
      <link>https://community.qlik.com/t5/QlikView/date-filter/m-p/305592#M1200943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where beg_dt &amp;lt;= $(vdate) and end_dt &amp;gt;= $(vdate)&lt;/P&gt;&lt;P&gt;You might also not need the $() expansion, depending on how you read the variable in. So if the above doesn't work, try this: where beg_dt &amp;lt;= vdate and end_dt &amp;gt;= vdate&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Feb 2011 19:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-filter/m-p/305592#M1200943</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2011-02-13T19:39:55Z</dc:date>
    </item>
  </channel>
</rss>

