<?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 Fuction with SUM Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AGGR-Fuction-with-SUM-Set-Analysis/m-p/644674#M236268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;first of all many thanks for your attentions.&lt;/P&gt;&lt;P&gt;I semplify the question:&lt;/P&gt;&lt;P&gt;I have a Table with ACTIVITY,DOCUMENT,MILESTONE,ACTUAL_DATE and PROGRESS&lt;/P&gt;&lt;P&gt;i should calulated in DIMENSION sum of the documents PROGRESS group by ACTIVITY.&lt;/P&gt;&lt;P&gt;the value shouldn't take the filter on job document so i Worte a calculated dimension:&lt;/P&gt;&lt;P&gt;=AGGR( &lt;/P&gt;&lt;P&gt;sum({1} &lt;/P&gt;&lt;P&gt;if(ACTUAL_DATE &amp;lt;=TODAY(),PROGRESS)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;,ACTIVITY)&lt;/P&gt;&lt;P&gt;and works OK.infact if i select one document the dimension value is 1100 beacuse sum all progress document of the activity &lt;/P&gt;&lt;P&gt;but this is not ok for me because,for the other reasons, i should aggregate also for DOCUMENT and so i wrote:&lt;/P&gt;&lt;P&gt;=AGGR(&lt;/P&gt;&lt;P&gt;sum({1}&lt;/P&gt;&lt;P&gt;aggr(&lt;/P&gt;&lt;P&gt;if(ACTUAL_DATE&amp;lt;=TODAY(),PROGRESS)&lt;/P&gt;&lt;P&gt;DOCUMENT,MILESTONE)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;,ACTIVITY)&lt;/P&gt;&lt;P&gt;while, in this mode,&lt;BR /&gt; the value is 80...seems that if i aggregate for DOCUMENT the {1} not works ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2014 08:25:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-23T08:25:07Z</dc:date>
    <item>
      <title>AGGR Fuction with SUM Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Fuction-with-SUM-Set-Analysis/m-p/644674#M236268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;first of all many thanks for your attentions.&lt;/P&gt;&lt;P&gt;I semplify the question:&lt;/P&gt;&lt;P&gt;I have a Table with ACTIVITY,DOCUMENT,MILESTONE,ACTUAL_DATE and PROGRESS&lt;/P&gt;&lt;P&gt;i should calulated in DIMENSION sum of the documents PROGRESS group by ACTIVITY.&lt;/P&gt;&lt;P&gt;the value shouldn't take the filter on job document so i Worte a calculated dimension:&lt;/P&gt;&lt;P&gt;=AGGR( &lt;/P&gt;&lt;P&gt;sum({1} &lt;/P&gt;&lt;P&gt;if(ACTUAL_DATE &amp;lt;=TODAY(),PROGRESS)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;,ACTIVITY)&lt;/P&gt;&lt;P&gt;and works OK.infact if i select one document the dimension value is 1100 beacuse sum all progress document of the activity &lt;/P&gt;&lt;P&gt;but this is not ok for me because,for the other reasons, i should aggregate also for DOCUMENT and so i wrote:&lt;/P&gt;&lt;P&gt;=AGGR(&lt;/P&gt;&lt;P&gt;sum({1}&lt;/P&gt;&lt;P&gt;aggr(&lt;/P&gt;&lt;P&gt;if(ACTUAL_DATE&amp;lt;=TODAY(),PROGRESS)&lt;/P&gt;&lt;P&gt;DOCUMENT,MILESTONE)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;,ACTIVITY)&lt;/P&gt;&lt;P&gt;while, in this mode,&lt;BR /&gt; the value is 80...seems that if i aggregate for DOCUMENT the {1} not works ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 08:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Fuction-with-SUM-Set-Analysis/m-p/644674#M236268</guid>
      <dc:creator />
      <dc:date>2014-05-23T08:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Fuction with SUM Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Fuction-with-SUM-Set-Analysis/m-p/644675#M236269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe this will be helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/533490"&gt;Re: Trouble using aggr() for YTD Revenue comparison unless both years are selected&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 08:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Fuction-with-SUM-Set-Analysis/m-p/644675#M236269</guid>
      <dc:creator />
      <dc:date>2014-05-23T08:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: AGGR Fuction with SUM Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Fuction-with-SUM-Set-Analysis/m-p/644676#M236270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;many thanks!with only function seems works fine!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 07:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Fuction-with-SUM-Set-Analysis/m-p/644676#M236270</guid>
      <dc:creator />
      <dc:date>2014-05-29T07:17:54Z</dc:date>
    </item>
  </channel>
</rss>

