<?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 Bar question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417767#M155374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's easily if you have Hits field for each company.&lt;/P&gt;&lt;P&gt;Create Action 'Select in Field' and use &amp;gt;15000&amp;lt;25000 as a search string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2012 16:56:46 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-09-18T16:56:46Z</dc:date>
    <item>
      <title>Slider Bar question</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417762#M155369</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 have a table with a list of companies. For each company i have the number of hits their websites get per day -&amp;nbsp; so two fields: Company and Hits. &lt;/P&gt;&lt;P&gt;Now, I want to do a slider bar that has 0 as the smallest value and the highest number that i have in the field Hits as the biggest value. (That i was able to do.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also want to use the slider bar in a ways that when i e.g. set the first slider to 15000 and the second to 25000 i want only those companies to be selected that have Hits that are in the range 15000 - 25000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be done ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 12:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417762#M155369</guid>
      <dc:creator />
      <dc:date>2012-09-18T12:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Slider Bar question</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417763#M155370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your slider will be based on a variable that you entered into its properties, so let me assume that those variables are vSliderMin and vSliderMax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your chart expressions write an expression such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(IF(Hits&amp;gt;=vSliderMin AND Hits&amp;lt;=vSliderMax,Hits))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 12:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417763#M155370</guid>
      <dc:creator />
      <dc:date>2012-09-18T12:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Slider Bar question</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417764#M155371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. But this would only help me in _one_ chart, right ?&lt;/P&gt;&lt;P&gt;I want to make a field selection based on my slider settings...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be done ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 12:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417764#M155371</guid>
      <dc:creator />
      <dc:date>2012-09-18T12:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Slider Bar question</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417765#M155372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could just add a button with Select in Field Trigger to perform such selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 13:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417765#M155372</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-18T13:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Slider Bar question</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417766#M155373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm...and how would i tell this button not to just select one specific value but all values that are below (or over) a value ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417766#M155373</guid>
      <dc:creator />
      <dc:date>2012-09-18T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Slider Bar question</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417767#M155374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's easily if you have Hits field for each company.&lt;/P&gt;&lt;P&gt;Create Action 'Select in Field' and use &amp;gt;15000&amp;lt;25000 as a search string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 16:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417767#M155374</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-18T16:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Slider Bar question</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417768#M155375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want select Company field you can create a listbox:&lt;/P&gt;&lt;P&gt;=aggr(if(Sum(Hits)&amp;lt;15000 and&amp;nbsp; Sum(Hits)&amp;lt;25000, 'In range', null()), Company)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 17:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Bar-question/m-p/417768#M155375</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-18T17:02:48Z</dc:date>
    </item>
  </channel>
</rss>

