<?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 Aggr with Max in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggr-with-Max/m-p/2029876#M84834</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Kindly help me out in the below scenario,&lt;/P&gt;
&lt;P&gt;I have a column in which I have the Section(the section numbers are just identifiers), CURRENT DAY AND THE TOTAL OF OCCUPIED BANKS IN EACH SECTION. I need to make the sum of these totals in an object, the total sum needs to be 314.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lucasx15_0-1674653762225.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/98833i85B81F30C1439F55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lucasx15_0-1674653762225.png" alt="lucasx15_0-1674653762225.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I thought about aggregating the total by section and current day. So I can keep up with each day. I made the following expression, however, it does not return the total value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FirstSortedValue(TOTAL, Aggr(SUM(TOTAL),CD_SECTION,DT_CURENTDAY))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2023 13:39:19 GMT</pubDate>
    <dc:creator>lucasx15</dc:creator>
    <dc:date>2023-01-25T13:39:19Z</dc:date>
    <item>
      <title>Aggr with Max</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-with-Max/m-p/2029876#M84834</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Kindly help me out in the below scenario,&lt;/P&gt;
&lt;P&gt;I have a column in which I have the Section(the section numbers are just identifiers), CURRENT DAY AND THE TOTAL OF OCCUPIED BANKS IN EACH SECTION. I need to make the sum of these totals in an object, the total sum needs to be 314.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lucasx15_0-1674653762225.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/98833i85B81F30C1439F55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lucasx15_0-1674653762225.png" alt="lucasx15_0-1674653762225.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I thought about aggregating the total by section and current day. So I can keep up with each day. I made the following expression, however, it does not return the total value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FirstSortedValue(TOTAL, Aggr(SUM(TOTAL),CD_SECTION,DT_CURENTDAY))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 13:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-with-Max/m-p/2029876#M84834</guid>
      <dc:creator>lucasx15</dc:creator>
      <dc:date>2023-01-25T13:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr with Max</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-with-Max/m-p/2030260#M84852</link>
      <description>&lt;P&gt;just use SUM()&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=Sum(total)&amp;nbsp; &amp;nbsp;//&amp;nbsp; &amp;nbsp; &amp;nbsp; by each dimension&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;or Sum(TOTAL total)&amp;nbsp; // OVERALL totals&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;or Sum(TOTAL&amp;nbsp; &amp;lt;CurrentDay&amp;gt; total)&amp;nbsp; // Totals by CurrentDay&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 09:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-with-Max/m-p/2030260#M84852</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-01-26T09:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr with Max</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-with-Max/m-p/2030304#M84854</link>
      <description>&lt;P&gt;Thank you for helping,&amp;nbsp;&lt;SPAN&gt;Vineeth&amp;nbsp;!&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 11:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-with-Max/m-p/2030304#M84854</guid>
      <dc:creator>lucasx15</dc:creator>
      <dc:date>2023-01-26T11:02:26Z</dc:date>
    </item>
  </channel>
</rss>

