<?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 range slider does not show appropriate dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-range-slider-does-not-show-appropriate-dates/m-p/1169141#M520951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached file and modify according to your needs. In this app based on your requirement you can select the dates from 2013-01-01 to 2013-06-30. Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Date_Slider.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132832_Date_Slider.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2016 12:36:23 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2016-07-28T12:36:23Z</dc:date>
    <item>
      <title>Date range slider does not show appropriate dates</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-slider-does-not-show-appropriate-dates/m-p/1169138#M520948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I work on the attached file which should basically be a slider which allows you to select dates. And then only the relevant data should pop up in the bar chart. It all seems to work however the two selection sliders only allow me to &lt;IMG alt="Naamloos.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132833_Naamloos.png" style="width: 620px; height: 194px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on what goes wrong here&amp;gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 11:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-slider-does-not-show-appropriate-dates/m-p/1169138#M520948</guid>
      <dc:creator />
      <dc:date>2016-07-28T11:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date range slider does not show appropriate dates</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-slider-does-not-show-appropriate-dates/m-p/1169139#M520949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marc, Can you please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, Value, Salesdata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USA, 12, 2013-01-04&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USA, 14, 2013-02-05&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USA, 14, 2013-02-05&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USA, 14, 2013-02-06&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USA, 14, 2013-02-07&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vFromDate = Floor(Date#('2013-01-01', 'YYYY-MM-DD'));&lt;/P&gt;&lt;P&gt;let vToDate = Floor(Date#('2013-06-30', 'YYYY-MM-DD'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that Variables you used the 01-01-2013 and 30-06-2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, In your data you don't have Data. How do you Achieve that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=UTDyO68BYL8" title="https://www.youtube.com/watch?v=UTDyO68BYL8"&gt;Selecting Arbitrary Date Ranges - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 12:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-slider-does-not-show-appropriate-dates/m-p/1169139#M520949</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-28T12:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date range slider does not show appropriate dates</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-slider-does-not-show-appropriate-dates/m-p/1169140#M520950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 Options depending on what kind of date select control you want to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If as in your example you want 2 calendar controls, then in each control set the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Min Value:&amp;nbsp; =min(Salesdata)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Max Value: =max(Salesdata)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you want a single Slider control then set its field to Salesdata, and in Multi Value mode.&amp;nbsp; Then in your chart, the expression just needs to be Sum(Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 12:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-slider-does-not-show-appropriate-dates/m-p/1169140#M520950</guid>
      <dc:creator>r3iuk</dc:creator>
      <dc:date>2016-07-28T12:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date range slider does not show appropriate dates</title>
      <link>https://community.qlik.com/t5/QlikView/Date-range-slider-does-not-show-appropriate-dates/m-p/1169141#M520951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached file and modify according to your needs. In this app based on your requirement you can select the dates from 2013-01-01 to 2013-06-30. Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Date_Slider.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132832_Date_Slider.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 12:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-range-slider-does-not-show-appropriate-dates/m-p/1169141#M520951</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-28T12:36:23Z</dc:date>
    </item>
  </channel>
</rss>

