<?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: Underlying values from Max(Aggr(Sum())) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2146406#M93285</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you share some sample data along with the expected output? This will help us understand your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 18:14:37 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2023-12-11T18:14:37Z</dc:date>
    <item>
      <title>Underlying values from Max(Aggr(Sum()))</title>
      <link>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2146288#M93265</link>
      <description>&lt;P&gt;I have a table with columns AREA, YEAR, MONTH, HOUR, VALUE_TYPE &amp;amp; VALUE. In a bar chart, I would like to show the maximum value for the sum of all value types, per year, month and hour. The dimension I'm using is YEAR.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can achieve this by using&amp;nbsp;&lt;SPAN&gt;Max(Aggr(Sum(VALUE), YEAR, MONTH, HOUR)).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now to the issue I'm experiencing: I would also like to add to the same chart, bars for the underlying values for different types in VALUE_TYPE, that make out that maximum.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For example, VALUE_TYPE can be "A", "B" or "C". For each year I want to display the maximum value of A+B+C during that year. And I also want to display what the individual values of A, B and C were at that point. Is this possible using calcualted fields? It needs to be dynamic, so I can choose different types of AREA and get new max value and underlying values for different combinations of areas.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've spent 10+ hrs trying to figure this out, very grateful for assistance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 13:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2146288#M93265</guid>
      <dc:creator>Osmatash</dc:creator>
      <dc:date>2023-12-11T13:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Underlying values from Max(Aggr(Sum()))</title>
      <link>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2146406#M93285</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you share some sample data along with the expected output? This will help us understand your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 18:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2146406#M93285</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2023-12-11T18:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Underlying values from Max(Aggr(Sum()))</title>
      <link>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2146526#M93297</link>
      <description>&lt;P&gt;I've attached an excel file with example data and it also includes an image of how I want the combo chart to look. EDIT: Nevermind, for some reason it takes ages to load it even though it's 16 kb.&lt;/P&gt;
&lt;P&gt;I will include screenshots of the data and the image in the post.&lt;/P&gt;
&lt;P&gt;So for any area or combination of areas, for every year I want to plot the highest sum value of all VALUE_TYPE (highlighted red in the graph). Then I want to add to the plot what the individual values of those VALUE_TYPEs were at that hour.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Osmatash_2-1702362808729.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121419iA2715C719FFF0BFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Osmatash_2-1702362808729.png" alt="Osmatash_2-1702362808729.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Osmatash_1-1702362721551.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121418i5AE182A8D95C768B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Osmatash_1-1702362721551.png" alt="Osmatash_1-1702362721551.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 06:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2146526#M93297</guid>
      <dc:creator>Osmatash</dc:creator>
      <dc:date>2023-12-12T06:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Underlying values from Max(Aggr(Sum()))</title>
      <link>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2154415#M93531</link>
      <description>&lt;P&gt;Please let me know if the problem is formulated in a comprehensive way.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 08:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2154415#M93531</guid>
      <dc:creator>Osmatash</dc:creator>
      <dc:date>2023-12-19T08:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Underlying values from Max(Aggr(Sum()))</title>
      <link>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2154417#M93532</link>
      <description>&lt;P&gt;If I would like to work on this, sample data in excel would help me to import in my app. Give another try to attach now. Also try to share the expected values on a,b,c&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 08:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Underlying-values-from-Max-Aggr-Sum/m-p/2154417#M93532</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2023-12-19T08:13:30Z</dc:date>
    </item>
  </channel>
</rss>

