<?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 Creating a dynamic listbox based on input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-based-on-input-box/m-p/984710#M970374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if something like this is possible, the idea is simple, Suppose I have the following dimension with the following data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salary = {400, 500, 600, 1000, 2000, 2500, 3000}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to have a Listbox of this data but I want it to be based on two input boxes, lets call the input boxes "Min Range" and "Max Range", now what i want to happen is if I for example write 1000 in Min Range box, and 2500 in Max Range box, then the Listbox would only show values between these two numbers, so in my case it would be {1000,2000,2500}. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if nothing is in the input boxes, then show all values, but if for example, only min range is filled, then the Listbox should start from that number and go all the way to the end with no max limit, and the same goes for the min limit if its the empty one. Can something like this be done in a dynamic way, meaning the listbox repopulate itself every time a key is pressed inside the input boxes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not an absolute professional, I'd highly appreciate a step by step on what to do here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks A lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Sep 2015 11:21:36 GMT</pubDate>
    <dc:creator>bashar_f</dc:creator>
    <dc:date>2015-09-20T11:21:36Z</dc:date>
    <item>
      <title>Creating a dynamic listbox based on input box</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-based-on-input-box/m-p/984710#M970374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if something like this is possible, the idea is simple, Suppose I have the following dimension with the following data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salary = {400, 500, 600, 1000, 2000, 2500, 3000}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to have a Listbox of this data but I want it to be based on two input boxes, lets call the input boxes "Min Range" and "Max Range", now what i want to happen is if I for example write 1000 in Min Range box, and 2500 in Max Range box, then the Listbox would only show values between these two numbers, so in my case it would be {1000,2000,2500}. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if nothing is in the input boxes, then show all values, but if for example, only min range is filled, then the Listbox should start from that number and go all the way to the end with no max limit, and the same goes for the min limit if its the empty one. Can something like this be done in a dynamic way, meaning the listbox repopulate itself every time a key is pressed inside the input boxes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not an absolute professional, I'd highly appreciate a step by step on what to do here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks A lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 11:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-based-on-input-box/m-p/984710#M970374</guid>
      <dc:creator>bashar_f</dc:creator>
      <dc:date>2015-09-20T11:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic listbox based on input box</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-based-on-input-box/m-p/984711#M970375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do this if you instead of a field write an expression in the list box:&lt;/P&gt;&lt;P&gt;&amp;nbsp; =Aggr(Only({$&amp;lt;Salary={"&amp;gt;=$(Min Range)&amp;lt;=$(Max Range)"}&amp;gt;} Salary),Salary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="99443" alt="Dynamic list box2.png" class="jive-image image-2" src="/legacyfs/online/99443_Dynamic list box2.png" style="height: auto;" /&gt;&lt;IMG __jive_id="99409" alt="Dynamic list box.png" class="jive-image image-1" src="/legacyfs/online/99409_Dynamic list box.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 12:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-based-on-input-box/m-p/984711#M970375</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-09-20T12:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic listbox based on input box</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-based-on-input-box/m-p/984712#M970376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's exactly what i'm looking for, would it be possible to share the application with me so i can take a closer look?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 12:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-based-on-input-box/m-p/984712#M970376</guid>
      <dc:creator>bashar_f</dc:creator>
      <dc:date>2015-09-20T12:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic listbox based on input box</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-based-on-input-box/m-p/984713#M970377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can store inputbox values in variables (its an inputbox property). Lets call the variables &lt;SPAN style="font-size: 13.3333px;"&gt;vMinRange and &lt;SPAN style="font-size: 13.3333px;"&gt;vMaxRange.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to create reactions triggered by inputing variable value.&lt;/P&gt;&lt;P&gt;You set it by choosing Settings -&amp;gt; Document settings -&amp;gt; Triggers -&amp;gt; variable event triggers -&amp;gt; Add action&lt;/P&gt;&lt;P&gt;and then add "Select in field" action.&lt;/P&gt;&lt;P&gt;As field enter &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salary, and as search string enter following formula:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;='&amp;amp;if(trim(vMinRange)='',min(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salary&lt;/SPAN&gt;),$(vMinRange))&amp;amp;'&amp;lt;='&amp;amp;if(trim(vMaxRange)='',max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salary&lt;/SPAN&gt;),$(vMaxRange))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 12:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-based-on-input-box/m-p/984713#M970377</guid>
      <dc:creator />
      <dc:date>2015-09-20T12:32:29Z</dc:date>
    </item>
  </channel>
</rss>

