<?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 expression in list box: grouped in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292789#M108643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do i&amp;nbsp; have to do if i want to make an expression in a list box, but is has to sum of values per client.&lt;/P&gt;&lt;P&gt;so what i want to see is not al the values, but only one value (total) per client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because i have to make it possible for people to search values above a certain free to choose value.&lt;/P&gt;&lt;P&gt;and my idea was to do this with the search function of a list box, and then search on (for example): &amp;gt;2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2011 22:01:45 GMT</pubDate>
    <dc:creator>chriscools</dc:creator>
    <dc:date>2011-11-02T22:01:45Z</dc:date>
    <item>
      <title>expression in list box: grouped</title>
      <link>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292789#M108643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do i&amp;nbsp; have to do if i want to make an expression in a list box, but is has to sum of values per client.&lt;/P&gt;&lt;P&gt;so what i want to see is not al the values, but only one value (total) per client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because i have to make it possible for people to search values above a certain free to choose value.&lt;/P&gt;&lt;P&gt;and my idea was to do this with the search function of a list box, and then search on (for example): &amp;gt;2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 22:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292789#M108643</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2011-11-02T22:01:45Z</dc:date>
    </item>
    <item>
      <title>expression in list box: grouped</title>
      <link>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292790#M108644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use advanced aggregation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGGR(sum(Values), ClientID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 22:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292790#M108644</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-11-02T22:06:22Z</dc:date>
    </item>
    <item>
      <title>expression in list box: grouped</title>
      <link>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292791#M108645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hey Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx! that was what i needed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 22:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292791#M108645</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2011-11-02T22:46:29Z</dc:date>
    </item>
    <item>
      <title>expression in list box: grouped</title>
      <link>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292792#M108646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I check with your above expression its working but it is showing the particular client value &amp;amp; also the total value, but&amp;nbsp; i do not want to show the total value in list box , i just want to show the particular clientID total only not whole total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 05:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292792#M108646</guid>
      <dc:creator />
      <dc:date>2011-11-03T05:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: expression in list box: grouped</title>
      <link>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292793#M108647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What my understanding from your post is&lt;/P&gt;&lt;P&gt;You want to dispaly only one clientid total in another listbox if you select particular clientid from another listbox &lt;/P&gt;&lt;P&gt;if it is right then, try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(ClientID)&amp;gt;0,AGGR(sum(Values),ClientID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what i thought is correct or not!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 09:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292793#M108647</guid>
      <dc:creator />
      <dc:date>2011-11-03T09:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: expression in list box: grouped</title>
      <link>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292794#M108648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its showing when click that clientID, how do i show particular clientID total without selecting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 10:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292794#M108648</guid>
      <dc:creator />
      <dc:date>2011-11-03T10:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: expression in list box: grouped</title>
      <link>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292795#M108649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to show the total values of a Client ID inside the same listbox you can simply add the formula aggr(sum(Values),ClientID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 10:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-in-list-box-grouped/m-p/292795#M108649</guid>
      <dc:creator />
      <dc:date>2011-11-03T10:24:27Z</dc:date>
    </item>
  </channel>
</rss>

