<?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: Slider in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Slider/m-p/1229907#M858275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Giridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trust that you are doing good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can opt for below solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define a bucket table with range values of your choice (It includes: Band for unique identification of range, Range start point, Range end point and Range Description).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14853293079235665 jive_text_macro" jivemacro_uid="_14853293079235665"&gt;
&lt;P style="font-size: 13.3333px;"&gt;Bucket:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Band, Start, End, Range&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;1, 0, 9999, &amp;lt; 10k&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;2, 10000, 49000, 10 k to &amp;lt; 50k&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;3, 50000, 99999, 50 k to &amp;lt; 1 lakh&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;4, 100000, 999999, 1 lakh to &amp;lt; 10 lakh&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;5, 1000000, , More than or equal to 10 lakh&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Load data from source file and populate Band field value referring Bucket table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14853293200751011" jivemacro_uid="_14853293200751011"&gt;
&lt;P style="font-size: 13.3333px;"&gt;Sales:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;LOAD [Customer Name],&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Sales&amp;gt;=1000000, 5, If(Sales&amp;gt;=100000, 4, If(Sales&amp;gt;=50000, 3,&amp;nbsp; If(Sales&amp;gt;=10000, 2, 1)))) AS Band&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;SampleData.xls&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;(biff, embedded labels, table is Sales$);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Reload the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Add Slider/Calendar Object and select properties as below:&lt;/P&gt;&lt;P&gt;Input Style = Slider&lt;/P&gt;&lt;P&gt;Value Mode = Discrete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Slider.PNG" class="jive-image image-1" height="255" src="https://community.qlik.com/legacyfs/online/150794_Slider.PNG" style="font-size: 13.3333px; width: 647px; height: 255.381px;" width="647" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Once this is done then you are ready to do your analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sa&lt;SPAN style="font-size: 10pt;"&gt;mple application herewith. Let me know if you any queries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2017 07:29:27 GMT</pubDate>
    <dc:creator>rahulpawarb</dc:creator>
    <dc:date>2017-01-25T07:29:27Z</dc:date>
    <item>
      <title>Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/1229904#M858272</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;I want to create SLIDER with unequal data set,&lt;/P&gt;&lt;P&gt;i.e-Range&lt;/P&gt;&lt;P&gt;&amp;lt;10k&lt;/P&gt;&lt;P&gt;10k to 50k&lt;/P&gt;&lt;P&gt;50k 10 1lakh&lt;/P&gt;&lt;P&gt;1lakh to 10lakh&lt;/P&gt;&lt;P&gt;more than 10lakh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/1229904#M858272</guid>
      <dc:creator>lionking15</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/1229905#M858273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer following link for detailed information about slider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Slider_Object.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Slider_Object.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Slider_Object.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;else simply you can select slider from new sheet object and take range as field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pooja Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 05:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/1229905#M858273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T05:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/1229906#M858274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- I don't have licensed version so i am unable to see these attached qvw's so please check by ur self. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/103353"&gt;Custom MonthYear range in a slider! How to do it ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/209552"&gt;Custom Time Buckets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;google like &lt;STRONG&gt;Custom Slider object Qlikview&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So sorry if i didn't show correct way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 06:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/1229906#M858274</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-01-25T06:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/1229907#M858275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Giridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trust that you are doing good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can opt for below solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define a bucket table with range values of your choice (It includes: Band for unique identification of range, Range start point, Range end point and Range Description).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14853293079235665 jive_text_macro" jivemacro_uid="_14853293079235665"&gt;
&lt;P style="font-size: 13.3333px;"&gt;Bucket:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Band, Start, End, Range&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;1, 0, 9999, &amp;lt; 10k&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;2, 10000, 49000, 10 k to &amp;lt; 50k&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;3, 50000, 99999, 50 k to &amp;lt; 1 lakh&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;4, 100000, 999999, 1 lakh to &amp;lt; 10 lakh&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;5, 1000000, , More than or equal to 10 lakh&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Load data from source file and populate Band field value referring Bucket table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14853293200751011" jivemacro_uid="_14853293200751011"&gt;
&lt;P style="font-size: 13.3333px;"&gt;Sales:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;LOAD [Customer Name],&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Sales&amp;gt;=1000000, 5, If(Sales&amp;gt;=100000, 4, If(Sales&amp;gt;=50000, 3,&amp;nbsp; If(Sales&amp;gt;=10000, 2, 1)))) AS Band&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;SampleData.xls&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;(biff, embedded labels, table is Sales$);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Reload the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Add Slider/Calendar Object and select properties as below:&lt;/P&gt;&lt;P&gt;Input Style = Slider&lt;/P&gt;&lt;P&gt;Value Mode = Discrete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Slider.PNG" class="jive-image image-1" height="255" src="https://community.qlik.com/legacyfs/online/150794_Slider.PNG" style="font-size: 13.3333px; width: 647px; height: 255.381px;" width="647" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Once this is done then you are ready to do your analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sa&lt;SPAN style="font-size: 10pt;"&gt;mple application herewith. Let me know if you any queries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 07:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/1229907#M858275</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-01-25T07:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/1229908#M858276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R u looking for!!&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; range&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10000000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Right click--&amp;gt;new sheet object--&amp;gt;Slider/Calnder object---&amp;gt;input style(slider)---&amp;gt;field as Range&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150784_1.png" style="font-size: 13.3333px;" /&gt;&lt;/P&gt;&lt;P&gt;Sorry if i am not suggested the way you looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 07:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/1229908#M858276</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-01-25T07:29:55Z</dc:date>
    </item>
  </channel>
</rss>

