<?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: Show date if inside selected date range? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679579#M1057979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just Create two new variables… like&amp;nbsp; "vStartDate" and "vEndDate"&lt;/P&gt;&lt;P&gt;then go to Settings –&amp;gt;&amp;gt; 'Document Properties' –&amp;gt;&amp;gt; 'Triggers' --&amp;gt; 'Variable Event Triggers'&lt;/P&gt;&lt;P&gt;Select vStartDate -- &amp;gt; OnChange Add Action --&amp;gt; Add --&amp;gt; Select in Field&lt;/P&gt;&lt;P&gt;Field = "Your Date field"&lt;/P&gt;&lt;P&gt;Search String = ='&amp;gt;='&amp;amp;vStartDate &amp;amp; '&amp;lt;=' &amp;amp; vEndDate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same for 'vEndDate'.&lt;/P&gt;&lt;P&gt;In Input Box , add these two variables, Go to number tab and make sure that the formatting of vStartDate and vEndDate is same as your Date Field….&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 09:42:34 GMT</pubDate>
    <dc:creator>mjayachandran</dc:creator>
    <dc:date>2014-10-08T09:42:34Z</dc:date>
    <item>
      <title>Show date if inside selected date range?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679576#M1057976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&amp;nbsp; I hae this colomn first_order_date and want to show it in my result table only if it's inside the selected date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;product a s first_order_date = 2014-02-12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my selection of dates is 2014-01-01 to 2014-03-01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i want to show first_order_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if my selection of dates is 2014-04-01 to 2014-05-01 i dont want it to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679576#M1057976</guid>
      <dc:creator />
      <dc:date>2014-10-08T09:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Show date if inside selected date range?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679577#M1057977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rickard,&lt;/P&gt;&lt;P&gt;Your selection date is from List Box or Date_Start and Date_End ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679577#M1057977</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-10-08T09:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show date if inside selected date range?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679578#M1057978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its actually from 3 listboxes, using year, month, day,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679578#M1057978</guid>
      <dc:creator />
      <dc:date>2014-10-08T09:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show date if inside selected date range?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679579#M1057979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just Create two new variables… like&amp;nbsp; "vStartDate" and "vEndDate"&lt;/P&gt;&lt;P&gt;then go to Settings –&amp;gt;&amp;gt; 'Document Properties' –&amp;gt;&amp;gt; 'Triggers' --&amp;gt; 'Variable Event Triggers'&lt;/P&gt;&lt;P&gt;Select vStartDate -- &amp;gt; OnChange Add Action --&amp;gt; Add --&amp;gt; Select in Field&lt;/P&gt;&lt;P&gt;Field = "Your Date field"&lt;/P&gt;&lt;P&gt;Search String = ='&amp;gt;='&amp;amp;vStartDate &amp;amp; '&amp;lt;=' &amp;amp; vEndDate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same for 'vEndDate'.&lt;/P&gt;&lt;P&gt;In Input Box , add these two variables, Go to number tab and make sure that the formatting of vStartDate and vEndDate is same as your Date Field….&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679579#M1057979</guid>
      <dc:creator>mjayachandran</dc:creator>
      <dc:date>2014-10-08T09:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show date if inside selected date range?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679580#M1057980</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;You may be able to use something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;first_order_date = P(day)&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679580#M1057980</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-08T09:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show date if inside selected date range?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679581#M1057982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are the date field related? It would be easier to help if you could create a sample qvw and share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679581#M1057982</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-08T09:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Show date if inside selected date range?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679582#M1057985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attachment.&lt;/P&gt;&lt;P&gt;Thet is a starting point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-date-if-inside-selected-date-range/m-p/679582#M1057985</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-10-08T09:52:25Z</dc:date>
    </item>
  </channel>
</rss>

