<?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/610638#M225406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, It's not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 09:07:01 GMT</pubDate>
    <dc:creator>padmanabhan_ram</dc:creator>
    <dc:date>2014-03-24T09:07:01Z</dc:date>
    <item>
      <title>Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610636#M225404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to show a slider from 1 to 10. The color in the slider should show me like 1 to 3 in red, 4 to 6 in light green, 7 to 10 Green.&lt;/P&gt;&lt;P&gt;How can do that. Please suggest some information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Padmanabhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 13:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610636#M225404</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2014-03-23T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610637#M225405</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;In slider properties -&amp;gt; Presentation -&amp;gt; Sliderbackground -&amp;gt;&lt;/P&gt;&lt;P&gt;put code like'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(SliderVal &amp;gt;= 1 and SliderVal &amp;lt;=3,Red(),&lt;/P&gt;&lt;P&gt;if(SliderVal &amp;gt;= 4 and SliderVal &amp;lt;=6,LightGreen(),&lt;/P&gt;&lt;P&gt;if(SliderVal &amp;gt;= 7 and SliderVal &amp;lt;=10,Green())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 13:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610637#M225405</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-23T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610638#M225406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, It's not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610638#M225406</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2014-03-24T09:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610639#M225407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample snap shot where you want to change the color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610639#M225407</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-24T09:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610640#M225408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Find Attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610640#M225408</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-03-24T09:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610641#M225409</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;Load in line table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SliderValue:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;SliderVal&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in slider properties -&amp;gt; Presentation -&amp;gt; (Slider Background) or (Scale Background) in this buttons go to option base color -&amp;gt; Calculated and paste this code there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(SliderVal &amp;gt;= 1 and SliderVal &amp;lt;=3,Red(),&amp;nbsp; if(SliderVal &amp;gt;= 4 and SliderVal &amp;lt;=6,LightGreen(),&amp;nbsp; if(SliderVal &amp;gt;= 7 and SliderVal &amp;lt;=10,Green())))&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610641#M225409</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-24T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610642#M225410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;attach is an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cant really change the background to three colors &lt;/P&gt;&lt;P&gt;so i used a slider and 3 different lines &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it seems to me the it does the work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610642#M225410</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-03-24T09:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610643#M225411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great tip, thanks very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610643#M225411</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-03-24T09:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610644#M225412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A href="https://community.qlik.com/qlik-users/56619"&gt;Anand Chauhan&lt;/A&gt;'s answer to see how this &lt;EM&gt;&lt;STRONG&gt;can&lt;/STRONG&gt;&lt;/EM&gt; be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610644#M225412</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-03-24T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Slider/m-p/610645#M225413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider/m-p/610645#M225413</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-24T09:53:03Z</dc:date>
    </item>
  </channel>
</rss>

