<?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: Creating a dynamic listbox not based on a field but an aggr() result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-not-based-on-a-field-but-an-aggr/m-p/990319#M951131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You can create a input box (or maybe a slider) with two variable vMin and vMax to enter the range values. And then use those variables in the listbox expression:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=aggr(sum({&amp;lt;CustomerNr={"=sum(Sales)&amp;gt;=$(vMin) AND &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(Sales)&amp;lt;=$(vMax)&lt;/SPAN&gt;"}&amp;gt;}Sales),CustomerNr)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Dec 2015 16:57:54 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-12-12T16:57:54Z</dc:date>
    <item>
      <title>Creating a dynamic listbox not based on a field but an aggr() result</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-not-based-on-a-field-but-an-aggr/m-p/990318#M951129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to implement a from-to selection for a list box (based on an input box referring to two variables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The listbox presents contains the results of this statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =aggr(sum(Sales),CustomerNr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I can enter a search string into the listbox like "&amp;gt;500&amp;lt;600", it is tiresome and takes a long time if the number of my aggr-function results is large. I.e. I want to either implement a button that selects all values in the listbox between a certain range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I need something similar to this &lt;A href="https://community.qlikview.com/thread/181528" title="https://community.qlikview.com/thread/181528"&gt;Creating a dynamic listbox based on input box | Qlik Community&lt;/A&gt;‌, just with the added auto select and the possibility of operating not on a field but on the result of my aggr-function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any nudge in the right direction is appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 10:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-not-based-on-a-field-but-an-aggr/m-p/990318#M951129</guid>
      <dc:creator />
      <dc:date>2015-12-10T10:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic listbox not based on a field but an aggr() result</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-not-based-on-a-field-but-an-aggr/m-p/990319#M951131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You can create a input box (or maybe a slider) with two variable vMin and vMax to enter the range values. And then use those variables in the listbox expression:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=aggr(sum({&amp;lt;CustomerNr={"=sum(Sales)&amp;gt;=$(vMin) AND &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(Sales)&amp;lt;=$(vMax)&lt;/SPAN&gt;"}&amp;gt;}Sales),CustomerNr)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2015 16:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-not-based-on-a-field-but-an-aggr/m-p/990319#M951131</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-12T16:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic listbox not based on a field but an aggr() result</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-not-based-on-a-field-but-an-aggr/m-p/990320#M951132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I already had everything in place but was missing the correct Set-Analysis statement. I guess I need to study more Set Analysis to get things like this right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 07:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-listbox-not-based-on-a-field-but-an-aggr/m-p/990320#M951132</guid>
      <dc:creator />
      <dc:date>2015-12-14T07:40:51Z</dc:date>
    </item>
  </channel>
</rss>

