<?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: Apply Aggr function on 1 dimension in multiple listboxes in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4704#M375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to add both the Aggr functions in 1 listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because then i can make a few combinations &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, that will also work for me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2018 13:30:01 GMT</pubDate>
    <dc:creator>twanqlik</dc:creator>
    <dc:date>2018-01-22T13:30:01Z</dc:date>
    <item>
      <title>Apply Aggr function on 1 dimension in multiple listboxes</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4700#M371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Qlik Sense application i'm trying to create multiple filterings on 1 dimension in several listboxes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Listbox 1: Filter on a rate between 0-100% --&amp;gt; apply on Dimension: Email_Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=Aggr(if (($(vUnique_Open_Rate) &amp;gt;= 0 and $(vUnique_Open_Rate) &amp;lt;= 1) or isnull($(vUnique_Open_Rate)), 'Between 0% - 100% ') , Email_Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Listbox 2: Filter on XX number --. Apply on Dimension: Email_Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=Aggr(if (($(vSent) &amp;gt;= $(vEmail_Sent_Input)), 'Greater than: '&amp;amp; $(vEmail_Sent_Input)), Email_Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the listboxes work, however, when i make a selection in Listbox 1 it also automatically makes a selection in Listbox 2.&lt;/P&gt;&lt;P&gt;I assume that is because i use the same dimension in both the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i overcome this problem? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ps. when I make 1 selection, it doesn't mean that it automatically includes the selections from the other listbox, see below for this:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190891_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/190895_Capture1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 12:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4700#M371</guid>
      <dc:creator>twanqlik</dc:creator>
      <dc:date>2018-01-22T12:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Aggr function on 1 dimension in multiple listboxes</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4701#M372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is due to the fact that when you make selections on a calculated field, such as in your listboxes, then the selection is actually being applied to the underlying physical fields. So a selection in listbox 1 as really making a selection on Email_Name. This is reflected as a current selection in listbox 2 as it has the same underlying field(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workaround is that you need to modify the load script to derive&amp;nbsp; these values as physical fields. This needs to be done at a suitable level of granularity so that your users can still make selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 12:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4701#M372</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-01-22T12:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Aggr function on 1 dimension in multiple listboxes</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4702#M373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need more detailed help, I suggest that you supply some details of the data model and your load script, as well as the variables in your expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 12:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4702#M373</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-01-22T12:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Aggr function on 1 dimension in multiple listboxes</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4703#M374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oke that make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this dashboard the expressions are based on the 'Consumer_ID'. Hence, aggregation in the script is not really possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your explanation it would mean that i can also create a second dimension field, which is bascially is a duplicate (Email_Name and Email_Name1). However, that I think is not the nicest solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 12:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4703#M374</guid>
      <dc:creator>twanqlik</dc:creator>
      <dc:date>2018-01-22T12:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Aggr function on 1 dimension in multiple listboxes</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4704#M375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to add both the Aggr functions in 1 listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because then i can make a few combinations &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, that will also work for me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 13:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-Aggr-function-on-1-dimension-in-multiple-listboxes/m-p/4704#M375</guid>
      <dc:creator>twanqlik</dc:creator>
      <dc:date>2018-01-22T13:30:01Z</dc:date>
    </item>
  </channel>
</rss>

