<?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: Adding together two aggr rangesum expressions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Adding-together-two-aggr-rangesum-expressions/m-p/2115442#M91024</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/178709"&gt;@Sa_Rah&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Maybe this:&lt;/P&gt;
&lt;P&gt;=aggr(rangesum( above(Count( distinct {&amp;lt;Table = {"SIP"},[Course Title] = {"ImpP*"},Date={"&amp;gt;$(=today())"},[Attended?] = {"Attended", "Booked", "In Progress"}&amp;gt;}[EmNo]),0,rowno(total))&lt;BR /&gt;,&lt;BR /&gt;above(Sum( distinct {&amp;lt;Table = {"SIP"}, [Course Title] = {"ImpP*"}, Date={"&amp;gt;$(=today())"}&amp;gt;}CTMAP),0,rowno()))&lt;BR /&gt;,MonthYearDate )&lt;/P&gt;
&lt;P&gt;I hope it can helps.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2023 10:19:24 GMT</pubDate>
    <dc:creator>agigliotti</dc:creator>
    <dc:date>2023-09-11T10:19:24Z</dc:date>
    <item>
      <title>Adding together two aggr rangesum expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-together-two-aggr-rangesum-expressions/m-p/2115255#M91015</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Is it possible to add together two aggr (rangesum()) expressions?&lt;/P&gt;
&lt;P&gt;Individually the following two expressions give me what I'm expecting, but summing them means the second expression fails to calculate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;=&amp;nbsp;aggr(rangesum( above(Count( distinct {&amp;lt;Table = {"SIP"},[Course Title] = {"ImpP*"},Date={"&amp;gt;$(=today())"},[Attended?] = {"Attended", "Booked", "In Progress"}&amp;gt;}[EmNo]),0,rowno(total))),MonthYearDate )&lt;/P&gt;
&lt;P&gt;+aggr(rangesum(&lt;SPAN&gt;above(&lt;/SPAN&gt;Sum( distinct {&amp;lt;Table = {"SIP"}, [Course Title] = {"ImpP*"}, Date={"&amp;gt;$(=today())"}&amp;gt;}CTMAP),0,rowno())),MonthYearDate)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sarah&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 19:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-together-two-aggr-rangesum-expressions/m-p/2115255#M91015</guid>
      <dc:creator>Sa_Rah</dc:creator>
      <dc:date>2023-09-10T19:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding together two aggr rangesum expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-together-two-aggr-rangesum-expressions/m-p/2115442#M91024</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/178709"&gt;@Sa_Rah&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Maybe this:&lt;/P&gt;
&lt;P&gt;=aggr(rangesum( above(Count( distinct {&amp;lt;Table = {"SIP"},[Course Title] = {"ImpP*"},Date={"&amp;gt;$(=today())"},[Attended?] = {"Attended", "Booked", "In Progress"}&amp;gt;}[EmNo]),0,rowno(total))&lt;BR /&gt;,&lt;BR /&gt;above(Sum( distinct {&amp;lt;Table = {"SIP"}, [Course Title] = {"ImpP*"}, Date={"&amp;gt;$(=today())"}&amp;gt;}CTMAP),0,rowno()))&lt;BR /&gt;,MonthYearDate )&lt;/P&gt;
&lt;P&gt;I hope it can helps.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 10:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-together-two-aggr-rangesum-expressions/m-p/2115442#M91024</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2023-09-11T10:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding together two aggr rangesum expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-together-two-aggr-rangesum-expressions/m-p/2115446#M91025</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Yes, it is possible to add together two aggr (rangesum()) expressions. However, without seeing your specific expressions and the data you are working with, it is difficult to determine why the second expression fails to calculate when you try to sum them.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 10:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-together-two-aggr-rangesum-expressions/m-p/2115446#M91025</guid>
      <dc:creator>victormarcel036</dc:creator>
      <dc:date>2023-09-11T10:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding together two aggr rangesum expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-together-two-aggr-rangesum-expressions/m-p/2115455#M91027</link>
      <description>&lt;P&gt;Thanks, this worked!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Apologies that my account automatically marks things as solutions, the Qlik team have looked into this and apparently it relates to my organisation's firewall.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 10:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-together-two-aggr-rangesum-expressions/m-p/2115455#M91027</guid>
      <dc:creator>Sa_Rah</dc:creator>
      <dc:date>2023-09-11T10:48:14Z</dc:date>
    </item>
  </channel>
</rss>

