<?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 Agrregated Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87462#M755315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help me in writing agg function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a metric which i have to calculate Avg of days for each project ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So wrote below aggregated function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Avg(Aggr(Avg([Numvalue]), [PROJECTID])),'#,##0' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when i validate for single project ID it exactly matches with source data. but when i check over all data avg is not matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the snapshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="215458" alt="Hold.PNG" class="jive-image image-1" height="258" src="https://community.qlik.com/legacyfs/online/215458_Hold.PNG" style="width: 993.54px; height: 258px;" width="994" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i export it to excel and do average i am getting 114. but as per above it is showing 118. we should get 114.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>dunnalahk123</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Agrregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87462#M755315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help me in writing agg function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a metric which i have to calculate Avg of days for each project ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So wrote below aggregated function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Avg(Aggr(Avg([Numvalue]), [PROJECTID])),'#,##0' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when i validate for single project ID it exactly matches with source data. but when i check over all data avg is not matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the snapshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="215458" alt="Hold.PNG" class="jive-image image-1" height="258" src="https://community.qlik.com/legacyfs/online/215458_Hold.PNG" style="width: 993.54px; height: 258px;" width="994" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i export it to excel and do average i am getting 114. but as per above it is showing 118. we should get 114.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87462#M755315</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Agrregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87463#M755316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your aggr is using PROJECTID as dimension, where as your chart is using Metric and FY_MonthName as the dimension... I think the two will most likely give a different result because avg over different dimension will only give the same number if they have one-to-one relation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 11:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87463#M755316</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T11:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Agrregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87464#M755317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i try with below will it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Avg(Aggr(Avg([Numvalue]), [PROJECTID],FY_QM,FY_Month,FY_MonthName,FYear)),'#,##0' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 12:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87464#M755317</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2018-10-09T12:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Agrregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87465#M755318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, it might still not because you don't have PROJECTID in your table... If this is a straight table, why don't you use Avg of Rows to get the correct Avg instead of using Aggr()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 12:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87465#M755318</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T12:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Agrregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87466#M755319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried giving normal Avg&amp;nbsp; as per below but still it is not matching as per snpashot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i export to excel and checked it is giving me 147.8 but qlikview it gives me 143 as per snapshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Avg([E2E Deployment TAT – Hold]),'#,##0' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we add metric to that expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Metric={'E2E Deployment TAT – Hold'}&lt;/P&gt;&lt;P&gt;&lt;IMG alt="HOLD NEW.PNG" class="jive-image image-1" height="350" src="/legacyfs/online/215480_HOLD NEW.PNG" style="width: 985.22px; height: 350px;" width="985" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 12:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87466#M755319</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2018-10-09T12:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Agrregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87467#M755320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check "Average of Rows" under Total Mode on the Expressions tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215481_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 12:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87467#M755320</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T12:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Agrregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87468#M755321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That Works&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87468#M755321</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2018-10-09T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Agrregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87469#M755322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Superb &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87469#M755322</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T14:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Agrregated Data</title>
      <link>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87470#M755323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are the Champion Sunny &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Agrregated-Data/m-p/87470#M755323</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2018-10-09T14:32:17Z</dc:date>
    </item>
  </channel>
</rss>

