<?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: Filter Selection with Range Slider in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-Selection-with-Range-Slider/m-p/1928155#M76436</link>
    <description>&lt;P&gt;Thank you so much! This was extremely helpful!&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2022 17:46:52 GMT</pubDate>
    <dc:creator>Asuod_</dc:creator>
    <dc:date>2022-05-09T17:46:52Z</dc:date>
    <item>
      <title>Filter Selection with Range Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Selection-with-Range-Slider/m-p/1925708#M76195</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;New to Qlik Sense. I’m looking to create a filter dropdown and a slider. Depending on the dropdown selection a single slider underneath the filter that will dynamically change to the selection’s range. I browsed the forum for a solution and couldn’t find anything. Really appreciate if someone can tell me how to do this or point me to a source. Thank you. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 14:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Selection-with-Range-Slider/m-p/1925708#M76195</guid>
      <dc:creator>Asuod_</dc:creator>
      <dc:date>2022-05-03T14:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection with Range Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Selection-with-Range-Slider/m-p/1926790#M76319</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the steps that I have followed to achieve a similar use case scenario:&lt;/P&gt;&lt;P&gt;1. In Data load editor I have loaded these table:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;load &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;* &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;inline &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Option, Values&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Option1, 10 - 100&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Option2, 100 - 200&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Option3, 200 - 300&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially what I am saying is that, for &lt;STRONG&gt;Option 1&lt;/STRONG&gt; that minimum value is &lt;STRONG&gt;10 &lt;/STRONG&gt;and the maximum value is &lt;STRONG&gt;100&lt;/STRONG&gt;. For &lt;STRONG&gt;Option 2&lt;/STRONG&gt; the minimum value is &lt;STRONG&gt;100 &lt;/STRONG&gt;and the maximum value is &lt;STRONG&gt;200 &lt;/STRONG&gt;etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore, when &lt;STRONG&gt;Option1 &lt;/STRONG&gt;is going to be selected in&lt;STRONG&gt; Drop Down&lt;/STRONG&gt; menu, the Slider will only be able to selected a value within range &lt;STRONG&gt;10 &lt;/STRONG&gt;and &lt;STRONG&gt;100 &lt;/STRONG&gt;and the corresponding values stand for the resto of the options.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I have created 2 variables and added the default value &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;"Option1" &lt;/STRONG&gt;&lt;/SPAN&gt;for the first one:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/1906e7dc-c39e-4393-81de-3e3a3160cbaa.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I have created 2&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt; Variable inputs&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;For first &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Variable Input&lt;/STRONG&gt;&lt;/SPAN&gt; here are the configurations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Appearance &amp;gt; Variable &amp;gt; Name : &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;vDropDown&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Appearance &amp;gt; Variable &amp;gt; Show as : &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Drop down&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Appearance &amp;gt; Values &amp;gt; Fixed or dynamic values : &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Dynamic&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Appearance &amp;gt; Values &amp;gt; Dynamic values : &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Concat&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Option&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;'|'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This will take all the options loaded in the table and concatenate them together to form a list of items that will appear as options in the &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Drop down&lt;/STRONG&gt;&lt;/SPAN&gt; menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the second &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Variable input&lt;/STRONG&gt;&lt;/SPAN&gt; here are the configurations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Appearance &amp;gt; Variable &amp;gt; Name : &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;vSlider&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Appearance &amp;gt; Variable &amp;gt; Show as : &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Slider&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Appearance &amp;gt; Variable : Check the option&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; "Update on drag"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Appearance &amp;gt; Values &amp;gt; Min : &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;SubField&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Only&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;({&amp;lt;&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Option&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;={$(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;vDropDown&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)}&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Values&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;), &lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;' - '&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;, 1)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Appearance &amp;gt; Values &amp;gt; Max : &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;SubField&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Only&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;({&amp;lt;&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Option&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;={$(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;vDropDown&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)}&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Values&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;),&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; ' - '&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;, 2)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This will take the string&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; '10 - 100'&lt;/STRONG&gt;&lt;/SPAN&gt;, &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'100 - 200'&lt;/STRONG&gt;&lt;/SPAN&gt; or &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'200 - 300'&lt;/STRONG&gt;&lt;/SPAN&gt; based on the option that is selected in variable &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;vDropDown &lt;/STRONG&gt;&lt;/SPAN&gt;and then it will split the string based on the delimiter &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;' - '&lt;/STRONG&gt;&lt;/SPAN&gt;. Now if you get the first part, it will be e.g. value 10 and if you take the second part it will be value e.g. 100 etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So now here is the outcome:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/9216a50f-a9d7-440a-a588-33cfd4fed61b.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/2fbe3947-b125-4292-939c-fc4bb3708394.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/c83ddeb3-7ed2-4b65-a284-dfee03da4a38.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, if you select Option 1 the slider goes up to value 100 (which is the max for that option). If you select Option 2 the slider will go up to 200 and if you select Option 3 it will go up to 300. You can get the idea of this example and implement/modify it based on your use case scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 10:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Selection-with-Range-Slider/m-p/1926790#M76319</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-05T10:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Selection with Range Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Selection-with-Range-Slider/m-p/1928155#M76436</link>
      <description>&lt;P&gt;Thank you so much! This was extremely helpful!&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 17:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Selection-with-Range-Slider/m-p/1928155#M76436</guid>
      <dc:creator>Asuod_</dc:creator>
      <dc:date>2022-05-09T17:46:52Z</dc:date>
    </item>
  </channel>
</rss>

