<?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: Group by not working in Value list in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065411#M87393</link>
    <description>&lt;P&gt;based on selection that should change, that's just an example&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 17:46:47 GMT</pubDate>
    <dc:creator>paulwalker</dc:creator>
    <dc:date>2023-04-27T17:46:47Z</dc:date>
    <item>
      <title>Group by not working in Value list</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065359#M87382</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I am facing problem with AGGR in value list size and expression.&lt;/P&gt;
&lt;P&gt;First chart I am manually passing values based on ID and second chart based on ID field is working fine (AGGR works fine in second chart as I have dimension)&lt;/P&gt;
&lt;P&gt;In my scenario I need to calculate and sum each ID level so that the value is 1.50&lt;/P&gt;
&lt;P&gt;This 1.50 value should be shown in the first chart in the highlighted cell,&amp;nbsp; I am trying to apply the same expression in the first chart but it is not working.&lt;/P&gt;
&lt;P&gt;Expression: In the first chart my expression is as follows, that's why it's not working&lt;/P&gt;
&lt;P&gt;IF(LIST=1, Exp1+Exp2,&lt;BR /&gt;IF(LIST=2, Exp1,&lt;BR /&gt;IF(LIST=3, Exp2)))&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paulwalker_0-1682609361817.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105976i9FE76C52B282E6B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paulwalker_0-1682609361817.png" alt="paulwalker_0-1682609361817.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;PFA,&amp;nbsp; (I have applied selection in attached file)&lt;/P&gt;
&lt;P&gt;Thanks in Advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 05:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065359#M87382</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2023-04-28T05:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Group by not working in Value list</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065366#M87383</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp; and&amp;nbsp;All, Any suggestions would be appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 16:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065366#M87383</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2023-04-27T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Group by not working in Value list</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065404#M87388</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF(SUM(Exp1 + Exp2) &amp;gt;= 1.5, 1.5, SUM(Exp1 + Exp2))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use this expression in your first chart, you can replace your current expression with the new one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF(LIST=1, IF(SUM(Exp1 + Exp2) &amp;gt;= 1.5, 1.5, SUM(Exp1 + Exp2)),&lt;/P&gt;
&lt;P&gt;IF(LIST=2, Exp1,&lt;/P&gt;
&lt;P&gt;IF(LIST=3, Exp2)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 17:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065404#M87388</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2023-04-27T17:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Group by not working in Value list</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065411#M87393</link>
      <description>&lt;P&gt;based on selection that should change, that's just an example&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 17:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065411#M87393</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2023-04-27T17:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Group by not working in Value list</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065504#M87405</link>
      <description>&lt;P&gt;Experts, can you please have a look once.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 00:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065504#M87405</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2023-04-28T00:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Group by not working in Value list</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065521#M87406</link>
      <description>&lt;P&gt;Add the &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;TOTAL&lt;/STRONG&gt; &lt;/FONT&gt;keyword, refer below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=IF(LIST=1, Count(DISTINCT position_number)+Sum(AGGR(1-(1/COUNT(DIStINct SubField([Covered. ES Name],','))),unix_id)),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;IF(LIST=2, Count(DISTINCT position_number),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;IF(LIST=3, Sum(&lt;FONT color="#FF6600"&gt;TOTAL&lt;/FONT&gt; AGGR(1-(1/COUNT(DIStINct SubField([Covered. ES Name],','))),unix_id)))))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 03:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065521#M87406</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-04-28T03:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Group by not working in Value list</title>
      <link>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065535#M87407</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41280"&gt;@paulwalker&lt;/a&gt;&amp;nbsp;, I can't open your qvw file anymore (#qlik - MVP license has expired). However, if I take from your subject line - you are using valuelist() in dimension; if that is the case - let me tell you that qlik &lt;STRONG&gt;synthetic dimension&lt;/STRONG&gt; (created by valuelist(), valueloop() ) - &lt;STRONG&gt;doesn't respond to selection&lt;/STRONG&gt;. What you can instead try with is creating a island dimension in the script and use that as the dimension.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 05:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Group-by-not-working-in-Value-list/m-p/2065535#M87407</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2023-04-28T05:07:45Z</dc:date>
    </item>
  </channel>
</rss>

