<?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: Filter Qlikview Table Based On Daterange in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720266#M258661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this info. &lt;BR /&gt;I understand the concept of using variables and have been able to do this successfully using a pivot table and editing the expression, however I am now trying to filter a table dataset based on dates. As far as I can see the table doesn't have any expression field, so not quite sure how I would do this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 12:01:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-25T12:01:00Z</dc:date>
    <item>
      <title>Filter Qlikview Table Based On Daterange</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720260#M258655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: Arial;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: Arial;"&gt;I have a dataset loading into a Qlickview table from SQL, but would like the user to have the option of selecting&amp;nbsp; a date range to filter this on. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: Arial;"&gt;I.e. A table of people records that started between DateA and DateB, where the user has the option to enter these date ranges into two separate calendar/slider objects. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: Arial;"&gt;E.g. Start Date &amp;gt;............&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start Date &amp;lt;.................... (calendar/slider objects at top of form).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: Arial;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720260#M258655</guid>
      <dc:creator />
      <dc:date>2014-06-20T14:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Qlikview Table Based On Daterange</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720261#M258656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After full load of your table you can use the calendar object to select the StartDate and EndDate by the help of the calendar object with the help of the variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose this is table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxMinDates:&lt;/P&gt;&lt;P&gt;Load Max(Date) as MaxDate, Min(Date) as MinDate Resident Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMinDate = Date(FieldValue('MinDate',1),'D/M/YYYY');&lt;/P&gt;&lt;P&gt;Let vMaxDate = Date(FieldValue('MaxDate',1),'D/M/YYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this create two calendar objects for min date in the first caledar object select vMinDate variable or in second calendar select vMaxdate simultaneously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720261#M258656</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-20T14:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Qlikview Table Based On Daterange</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720262#M258657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use:&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Date = {'&amp;gt;=$(#vStartDate)&amp;lt;=$(#vEndDate)'}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;vStartDate and vEndDate are variables the user selects from a Calendar Object.&lt;/P&gt;&lt;P&gt;hth,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720262#M258657</guid>
      <dc:creator />
      <dc:date>2014-06-20T15:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Qlikview Table Based On Daterange</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720263#M258658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for the feedback.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Could you tell me where I would plug that formula into my table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've managed to get this working in Pivot tables before by using that line in the expression value, but can't see where I'd do this in a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 07:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720263#M258658</guid>
      <dc:creator />
      <dc:date>2014-06-23T07:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Qlikview Table Based On Daterange</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720264#M258659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread, hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/469521#469521" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Calendar - date range selection&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 08:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720264#M258659</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-23T08:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Qlikview Table Based On Daterange</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720265#M258660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This needs to go in any of our expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 19:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720265#M258660</guid>
      <dc:creator />
      <dc:date>2014-06-23T19:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Qlikview Table Based On Daterange</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720266#M258661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this info. &lt;BR /&gt;I understand the concept of using variables and have been able to do this successfully using a pivot table and editing the expression, however I am now trying to filter a table dataset based on dates. As far as I can see the table doesn't have any expression field, so not quite sure how I would do this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 12:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Qlikview-Table-Based-On-Daterange/m-p/720266#M258661</guid>
      <dc:creator />
      <dc:date>2014-06-25T12:01:00Z</dc:date>
    </item>
  </channel>
</rss>

