<?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: Date filter doesn't filter correctly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791394#M1026063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd rather avoid using hh:mm:ss altogether.&amp;nbsp; That is, it is safer to use &lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;'11/&lt;STRONG&gt;10&lt;/STRONG&gt;/2014' than &lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;'11/&lt;STRONG&gt;09&lt;/STRONG&gt;/2014 11:59:59 PM' - fewer possibilities to make mistakes in format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 18:19:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-25T18:19:00Z</dc:date>
    <item>
      <title>Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791385#M1026054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am having problem where when i enter the date from 11/01/2014 through 11/09/2014 in my input box, it only pulls data from 11/01/2014-11/08/2014....it doesn't pull data that dated 11/09/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What am i missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In the Load statement, i have it set as:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date("CollectorAudit.DateActionCompleted",'MM/DD/YYYY h:mm:ss[.fff] TT') as "Action Completed",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In my Chart properties for the date dimension i have it set as&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Date(if([Action Completed]&amp;gt;ActionCompletedFrom and [Action Completed]&amp;lt;ActionCompletedTo,[Action Completed],""))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in the Document Properties &amp;gt; Triggers &amp;gt; variable Event Trigger for date i have it set to&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='&amp;gt;=' &amp;amp; ActionCompletedFrom &amp;amp;' 12:00:00 AM' &amp;amp; '&amp;lt;=' &amp;amp; ActionCompletedTo &amp;amp;' 11:59:59 PM'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Any help will be greatly appreciated....Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 17:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791385#M1026054</guid>
      <dc:creator />
      <dc:date>2015-02-25T17:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791386#M1026055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date("CollectorAudit.DateActionCompleted",'MM/DD/YYYY h:mm:ss TT') as "Action Completed",&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 17:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791386#M1026055</guid>
      <dc:creator>yura_ratu</dc:creator>
      <dc:date>2015-02-25T17:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791387#M1026056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in Load script...doesn't work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Document Properties &amp;gt; Number setting for Action Completed , i select Number format = Date ; Format pattern : MM/DD/YYYY h:mm:ss TT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 17:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791387#M1026056</guid>
      <dc:creator />
      <dc:date>2015-02-25T17:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791388#M1026057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attach your qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791388#M1026057</guid>
      <dc:creator>yura_ratu</dc:creator>
      <dc:date>2015-02-25T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791389#M1026058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try &amp;lt;= instead of &amp;lt; in your chart dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 18:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791389#M1026058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T18:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791390#M1026059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Chart Dimension i tried:&lt;/P&gt;&lt;P&gt;=Date(if([Action Completed]&amp;gt;ActionCompletedFrom and [Action Completed]&amp;lt;=ActionCompletedTo,[Action Completed],""))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't work either.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 18:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791390#M1026059</guid>
      <dc:creator />
      <dc:date>2015-02-25T18:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791391#M1026060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to customer's data integrity issue, i am not allow to upload qvw file. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 18:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791391#M1026060</guid>
      <dc:creator />
      <dc:date>2015-02-25T18:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791392#M1026061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post a sample qvw? formatting with dates can be a little tricky sometimes but we can take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 18:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791392#M1026061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791393#M1026062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;you could scramble and reduce data so no meaningful data gets transmitted and customer's data integrity is still in tact. check this document out &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" data-containerid="2049" data-containertype="14" data-objectid="1290" data-objecttype="102" href="http://community.qlik.com/docs/DOC-1290"&gt;http://community.qlik.com/docs/DOC-1290&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 18:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791393#M1026062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T18:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791394#M1026063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd rather avoid using hh:mm:ss altogether.&amp;nbsp; That is, it is safer to use &lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;'11/&lt;STRONG&gt;10&lt;/STRONG&gt;/2014' than &lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;'11/&lt;STRONG&gt;09&lt;/STRONG&gt;/2014 11:59:59 PM' - fewer possibilities to make mistakes in format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 18:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791394#M1026063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T18:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791395#M1026064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my qvw file…thanks for looking into it.&lt;/P&gt;&lt;P&gt;The sub report that having problem is Actions Completed.&lt;/P&gt;&lt;P&gt;Enter date range 11/1/2014-11/9/2014 …only show data on 11/7/2014 ….i have data on 11/8/2014&lt;/P&gt;&lt;P&gt;If enter 11/1/7/2014 – 11/9/2014 …it will pull data on 11/8/2014 as well&lt;/P&gt;&lt;P&gt;Thanks….&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 18:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791395#M1026064</guid>
      <dc:creator />
      <dc:date>2015-02-25T18:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791396#M1026066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your dates most probably include a time component as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your load script, if you use &lt;STRONG&gt;date(your_date_field) as datefield &lt;/STRONG&gt;the text portion of the dual will be formatted as the date, but the underlying number will still have the decimal (time) component so the listbox will only select values up to midnight - effectively excluding the values during the selected date..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use &lt;STRONG&gt;date(floor(your_date_field)) as date_field&lt;/STRONG&gt; then the data is rounded down to an integer and the time component is always 00:00 (midnight), and your selection will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer is to use &lt;STRONG&gt;Date(floor(xxx)) &lt;/STRONG&gt;in your load script for the date fields.&lt;/P&gt;&lt;P&gt;If you need the time vale as well then load a separate field using &lt;STRONG&gt; time(frac(xxx))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 18:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791396#M1026066</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-02-25T18:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791397#M1026068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to use this in my Load statement:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date(Floor("CollectorAudit.DateActionCompleted")) as "Action Completed",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Enter date range 11/4/2014-11/6/2014, it show data 11/5/2014-11/6/2014.....it doesn't show data 11/4/2014(which is the From Date)....it load data Through but not From.&lt;IMG alt="Date.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79254_Date.jpg" style="height: 387px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;In the Document properties &amp;gt; Triggers &amp;gt; i have variable event Trigger set as &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;=' &amp;amp; ActionCompletedFrom &amp;amp;' 12:00:00 AM' &amp;amp; '&amp;lt;=' &amp;amp; ActionCompletedTo &amp;amp;' 11:59:59 PM'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything i need to change to make this work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 19:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791397#M1026068</guid>
      <dc:creator />
      <dc:date>2015-02-25T19:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791398#M1026070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using FLOOR in your dates will remove the time component.&lt;/P&gt;&lt;P&gt;Have you tried removing the time from your trigger.&lt;/P&gt;&lt;P&gt;Check the date_field in a list box to see how they are formatted now. There should be no time component.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 20:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791398#M1026070</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-02-25T20:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791399#M1026074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it is working now. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; Thank you all who provided feedbacks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following for load script:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date(Floor("CollectorAudit.DateActionCompleted")) as "Action Completed",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the Chart properties &amp;gt; Dimension Expression&lt;/P&gt;&lt;P&gt;=Date(if([Action Completed]&amp;gt;=ActionCompletedFrom and [Action Completed]&amp;lt;=ActionCompletedTo,[Action Completed],""))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 20:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791399#M1026074</guid>
      <dc:creator />
      <dc:date>2015-02-25T20:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter doesn't filter correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791400#M1026077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear your issue is fixed.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Can you mark the posts that are correct / helpful as this will assist others with similar problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 22:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-doesn-t-filter-correctly/m-p/791400#M1026077</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-02-25T22:07:13Z</dc:date>
    </item>
  </channel>
</rss>

