<?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 regarding date range selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300285#M585695</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;Do you share any sample file for this as you say it is not difficult it is looks easy check your date field once again it is correcr or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share any sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2011 12:16:13 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2011-08-25T12:16:13Z</dc:date>
    <item>
      <title>regarding date range selection</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300281#M585691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to give functionality in my dashboard to enter date range manually..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for that i created two variable &lt;STRONG&gt;vStartDate&lt;/STRONG&gt; and &lt;STRONG&gt;vEndDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my time dimension table i have field &lt;STRONG&gt;TIME_DATE&lt;/STRONG&gt; in &lt;STRONG&gt;24/07/2011 12:00:00 AM&lt;/STRONG&gt; format...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created two calender object to enter the value with min value as &lt;STRONG&gt;=Min( {1} TIME_DATE)&lt;/STRONG&gt; and max value as &lt;STRONG&gt;=Max( {1} TIME_DATE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in my chart i applied condition as &lt;STRONG&gt;Sum ({&amp;lt;TIME_DATE={"&amp;gt;=$(vStart)&amp;lt;=$(vEnd)"}&amp;gt;} TOTAL_DEFECTS))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am not getting results... when i checked the variable value, it is found to be 48750.93333...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out to find out that wt mistake i did in this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 11:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300281#M585691</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-08-25T11:45:54Z</dc:date>
    </item>
    <item>
      <title>regarding date range selection</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300282#M585692</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Its because your Field contains data in DateTime format and your variable is holding data in Date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So according to qlikview they are not same and thus you cant see the filtered data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Change the field to DATE from script and create a same field which contains only date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(TIME_DATE) as T_DATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; And use this T_DATE in your set analysis to filterdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 11:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300282#M585692</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-08-25T11:52:56Z</dc:date>
    </item>
    <item>
      <title>regarding date range selection</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300283#M585693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am using TIME_DATE field in other charts where this date time property is used...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve it in another way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 12:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300283#M585693</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-08-25T12:01:16Z</dc:date>
    </item>
    <item>
      <title>regarding date range selection</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300284#M585694</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am not saying you to remove the field. I said Create a new field which holds only date and use that field in chart in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 12:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300284#M585694</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-08-25T12:05:20Z</dc:date>
    </item>
    <item>
      <title>regarding date range selection</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300285#M585695</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;Do you share any sample file for this as you say it is not difficult it is looks easy check your date field once again it is correcr or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share any sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 12:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300285#M585695</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-08-25T12:16:13Z</dc:date>
    </item>
    <item>
      <title>regarding date range selection</title>
      <link>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300286#M585696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/kaushik.solanki" id="jive-345102709335352062029" onmouseout="" onmouseover=""&gt;Kaushik Solanki&lt;/A&gt; has the more elegant solution, but you could perhaps try adding the &lt;STRONG&gt;date&lt;/STRONG&gt;() code to your Set Analysis filter/modifier (to keep from adding a new field via script).&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;Sum ({&amp;lt;TIME_DATE=&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;{'&amp;gt;=$(=date($(vStart),"MM/DD/YY"))&amp;lt;=$(=date($(vEnd),"MM/DD/YY"))'}&lt;/STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;gt;} TOTAL_DEFECTS))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Obviously you can use another date format if needed.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 13:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regarding-date-range-selection/m-p/300286#M585696</guid>
      <dc:creator />
      <dc:date>2011-08-25T13:10:23Z</dc:date>
    </item>
  </channel>
</rss>

