<?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: Aggr Function Help in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1668473#M50463</link>
    <description>&lt;P&gt;same result that i got&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2020 12:50:49 GMT</pubDate>
    <dc:creator>jheasley</dc:creator>
    <dc:date>2020-01-23T12:50:49Z</dc:date>
    <item>
      <title>Aggr Function Help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1665936#M50122</link>
      <description>&lt;P&gt;I am having trouble getting the Total number of hours to aggregate by Time Period.&amp;nbsp; I need the total hours for a time period to compare to the total number of hours per region and time period.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26916iA19374F960F40B5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;for Jan 2020 I need each regions Recent Total to show 102, for Dec 2019 I need 176, etc.&lt;/P&gt;&lt;P&gt;I am currently using:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;[_recent]={1}&amp;gt;}Aggr(Sum({&amp;lt;[_recent]={1}&amp;gt;}timeSpentSeconds_u0),[Worklog Month])/60/60)&lt;/LI-CODE&gt;&lt;P&gt;if i add the dimension of region, the totals in both columns are the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 18:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1665936#M50122</guid>
      <dc:creator>jheasley</dc:creator>
      <dc:date>2020-01-15T18:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Function Help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1665952#M50123</link>
      <description>&lt;LI-CODE lang="javascript"&gt;may be this

Sum(total &amp;lt;[Working Month]&amp;gt;{&amp;lt;[_recent]={1}&amp;gt;}Aggr(Sum({&amp;lt;[_recent]={1}&amp;gt;}timeSpentSeconds_u0),[Worklog Month])/60/60)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 15 Jan 2020 19:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1665952#M50123</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-15T19:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Function Help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1665957#M50124</link>
      <description>&lt;P&gt;Optionally I think in this case it is legal to use&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Sum({&amp;lt;[_recent]={1}&amp;gt;}Aggr(NODISTINCT Sum({&amp;lt;[_recent]={1}&amp;gt;}timeSpentSeconds_u0),[Worklog Month])/60/60)&lt;/LI-CODE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Juraj.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 20:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1665957#M50124</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2020-01-15T20:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Function Help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1668473#M50463</link>
      <description>&lt;P&gt;same result that i got&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 12:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1668473#M50463</guid>
      <dc:creator>jheasley</dc:creator>
      <dc:date>2020-01-23T12:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Function Help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1668475#M50464</link>
      <description>&lt;P&gt;this didnt work either. attached is the result for both options.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27328iF958B1E879930DAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 12:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1668475#M50464</guid>
      <dc:creator>jheasley</dc:creator>
      <dc:date>2020-01-23T12:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Function Help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1668545#M50468</link>
      <description>&lt;P&gt;I think there might be a spelling mistake in one of the formulas; try&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sum(total &amp;lt;[Worklog Month]&amp;gt;{&amp;lt;[_recent]={1}&amp;gt;}Aggr(Sum({&amp;lt;[_recent]={1}&amp;gt;}timeSpentSeconds_u0),[Worklog Month])/60/60)&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 14:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1668545#M50468</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-23T14:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Function Help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1668570#M50472</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27520"&gt;@jheasley&lt;/a&gt; Both work for me, see attached app.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 16:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Function-Help/m-p/1668570#M50472</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2020-01-23T16:07:14Z</dc:date>
    </item>
  </channel>
</rss>

