<?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 Slider Values based on month selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202390#M60112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;Having your month field is linked to a date field, once the month is selected, you can set the minimum value as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Min(DateField)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And likewise for the maximum date. You can even set a condition so the slider will only be displayed when the user has selected a month previously.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Sep 2010 23:28:20 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-09-17T23:28:20Z</dc:date>
    <item>
      <title>Slider Values based on month selected</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202387#M60109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;I have a listbox for month and a slider displaying the order dates. When I select a particular month, the slider still continues to display all the dates for the year whereas it should only display the order dates for the particular month only. I dont know how to fix the min and max on the slider as I have to select the order date field for the slider.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 16:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202387#M60109</guid>
      <dc:creator />
      <dc:date>2010-09-15T16:22:25Z</dc:date>
    </item>
    <item>
      <title>Slider Values based on month selected</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202388#M60110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have one option, not sure if this is the best:&lt;/P&gt;&lt;P&gt;when creating the slider, choose an expression instead of the field order date.&lt;/P&gt;&lt;P&gt;then insert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( GetSelectedCount(Month) =1, if(Month = GetFieldSelections(Month) , [Order Date]), [Order Date])&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;It will check if there is only 1 month selected. In case it is, it will only display the order dates from that month.&lt;/P&gt;&lt;P&gt;The downsize is that when you have only one date for the month, it is not showing in the slider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Adriano&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 16:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202388#M60110</guid>
      <dc:creator />
      <dc:date>2010-09-15T16:56:04Z</dc:date>
    </item>
    <item>
      <title>Slider Values based on month selected</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202389#M60111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Adriano,&lt;/P&gt;&lt;P&gt;I tried the option but I dont know what I am doing wrong here. There is no change in the slider it still continues to display all the dates.&lt;/P&gt;&lt;P&gt;I am attaching the document for your reference.&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 21:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202389#M60111</guid>
      <dc:creator />
      <dc:date>2010-09-17T21:54:08Z</dc:date>
    </item>
    <item>
      <title>Slider Values based on month selected</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202390#M60112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;Having your month field is linked to a date field, once the month is selected, you can set the minimum value as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Min(DateField)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And likewise for the maximum date. You can even set a condition so the slider will only be displayed when the user has selected a month previously.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 23:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202390#M60112</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-17T23:28:20Z</dc:date>
    </item>
    <item>
      <title>Slider Values based on month selected</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202391#M60113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Miguel,&lt;/P&gt;&lt;P&gt;I tried your inputs and it worked with the display of dates for the selected month. I can only display it when i select a variable field 'vDate' and use the min value and max value boxes below.&lt;/P&gt;&lt;P&gt;The expression i used for the min value and max value were:&lt;/P&gt;&lt;P&gt;min value: makedate([Year],Match([Month], $(=chr(39) &amp;amp; Replace(MonthNames, ';', chr(39) &amp;amp; ',' &amp;amp; chr(39)) &amp;amp; chr(39))))&lt;/P&gt;&lt;P&gt;max value:monthend(makedate([Year],Match([Month], $(=chr(39) &amp;amp; Replace(MonthNames, ';', chr(39) &amp;amp; ',' &amp;amp; chr(39)) &amp;amp; chr(39)))))&lt;/P&gt;&lt;P&gt;But, then the dates do not impact the other fields. When i select the Order_Date in the field box, the min value and max value boxes are hidden.&lt;/P&gt;&lt;P&gt;I also tried the expression&lt;/P&gt;&lt;P&gt;=if((Order_Date&amp;gt;=makedate([Year],Match([Month], $(=chr(39) &amp;amp; Replace(MonthNames, ';', chr(39) &amp;amp; ',' &amp;amp; chr(39)) &amp;amp; chr(39))))) and (Order_Date&amp;lt;=monthend(makedate([Year],Match([Month], $(=chr(39) &amp;amp; Replace(MonthNames, ';', chr(39) &amp;amp; ',' &amp;amp; chr(39)) &amp;amp; chr(39)))))),Order_Date)&lt;/P&gt;&lt;P&gt;But, this expression returned a blank.&lt;/P&gt;&lt;P&gt;So, for now I have selected the Order_Date as the field and displaying all the order dates on the slider independent of the month selected.&lt;/P&gt;&lt;P&gt;Can you help me with what I can change to get this working?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 15:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202391#M60113</guid>
      <dc:creator />
      <dc:date>2010-09-20T15:45:03Z</dc:date>
    </item>
    <item>
      <title>Slider Values based on month selected</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202392#M60114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still stuck on it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 15:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202392#M60114</guid>
      <dc:creator />
      <dc:date>2010-09-21T15:04:00Z</dc:date>
    </item>
    <item>
      <title>Slider Values based on month selected</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202393#M60115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;did you found a solution for that?&lt;BR /&gt;&lt;BR /&gt;Regards, Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 16:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Values-based-on-month-selected/m-p/202393#M60115</guid>
      <dc:creator />
      <dc:date>2011-02-03T16:01:18Z</dc:date>
    </item>
  </channel>
</rss>

