<?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>Question Re: Aggregation on Data Action in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037370#M4906110</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;RESULTLOOKUP()*RESULTLOOKUP() - it's multiplication of the same booked combinations from both accounts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add context (all dimensions) to both of your Accounts (&lt;SPAN&gt;DRV0055 and&amp;nbsp;DRV0020).&amp;nbsp;Only identical combinations from these accounts will be multiplied.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Multiplication is happening on the row level.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In your case, you could define your formula (multiplication) in Account dimension in Formula field. In this case in report - SAC aggregate all dimensions and after will apply multiplication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;More info you could find here&amp;nbsp;&lt;A href="https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/ce7b148eeac942f6ad1d076d73d1e6fd.html?locale=en-US" target="_blank" rel="noopener"&gt;https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/ce7b148eeac942f6ad1d076d73d1e6fd.html?locale=en-US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also aggregated result could be achieved through calculated measure. The question what is the end goal. In these both options calculation will be on fly&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 08 Mar 2025 08:26:12 GMT</pubDate>
    <dc:creator>ihar_stankevich</dc:creator>
    <dc:date>2025-03-08T08:26:12Z</dc:date>
    <item>
      <title>Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaq-p/14036569</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me resolve the issue I'm facing? I need to calculate the value of &lt;STRONG&gt;Revenue NA [DRV0060]&lt;/STRONG&gt; by multiplying the lookup price and units, but the resulting values are incorrect. I'm implementing this using scripting in a data action, and the values appearing are significantly lower than the expected ones, which are simply obtained by multiplying the two factors. I suspect the issue is due to improper aggregation at the hierarchical level.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Script I am using&amp;nbsp;&lt;BR /&gt;DATA([d/ACCOUNT] = "DRV0060") =&lt;BR /&gt;RESULTLOOKUP([d/ACCOUNT] = "DRV0055") * RESULTLOOKUP([d/ACCOUNT] = "DRV0020")&lt;/P&gt;&lt;P&gt;below are the incorrect values&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SANA11_0-1741333749340.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/234305iA48FA587A64004E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SANA11_0-1741333749340.png" alt="SANA11_0-1741333749340.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SANA11_1-1741334467866.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/234311iF09278EB56610542/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SANA11_1-1741334467866.png" alt="SANA11_1-1741334467866.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 08:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaq-p/14036569</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-07T08:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037370#M4906110</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;RESULTLOOKUP()*RESULTLOOKUP() - it's multiplication of the same booked combinations from both accounts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add context (all dimensions) to both of your Accounts (&lt;SPAN&gt;DRV0055 and&amp;nbsp;DRV0020).&amp;nbsp;Only identical combinations from these accounts will be multiplied.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Multiplication is happening on the row level.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In your case, you could define your formula (multiplication) in Account dimension in Formula field. In this case in report - SAC aggregate all dimensions and after will apply multiplication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;More info you could find here&amp;nbsp;&lt;A href="https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/ce7b148eeac942f6ad1d076d73d1e6fd.html?locale=en-US" target="_blank" rel="noopener"&gt;https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/ce7b148eeac942f6ad1d076d73d1e6fd.html?locale=en-US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also aggregated result could be achieved through calculated measure. The question what is the end goal. In these both options calculation will be on fly&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 08:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037370#M4906110</guid>
      <dc:creator>ihar_stankevich</dc:creator>
      <dc:date>2025-03-08T08:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037512#M4906118</link>
      <description>holger.handel william.yu derekl.johnson can you please assist in this manner whether account dimension formula field is the only option or we can do it with data actions scripting as well</description>
      <pubDate>Sat, 08 Mar 2025 07:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037512#M4906118</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-08T07:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037538#M4906119</link>
      <description>&lt;P&gt;If both your accounts&amp;nbsp;&lt;SPAN&gt;"DRV0055" and&amp;nbsp;"DRV0020" are leaf member and not calculated account, I don't thinkt it's a problem of aggregation(of DA calculation).&amp;nbsp; Calculation is done on the lowest combinations of all other dimensions with both accounts. I would suggest you to add all your dimensions into the table grid to understand the calculate result.&amp;nbsp; I assume not all the bases of displayed(aggregated on non displayed dimensions) value accounts not having same combination.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 08:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037538#M4906119</guid>
      <dc:creator>William_Yu1</dc:creator>
      <dc:date>2025-03-08T08:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037553#M4906122</link>
      <description>&lt;P&gt;In Data Action you could use AGGREGATE_DIMENSIONS, AGGREGATE_WRITETO functions. But in this case end calculation will be on WRITETO members&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 09:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037553#M4906122</guid>
      <dc:creator>ihar_stankevich</dc:creator>
      <dc:date>2025-03-08T09:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037681#M4906142</link>
      <description>&lt;P&gt;appreciating your response holger.handel william.yu derekl.johnson you mean to say account dimension I have to check the impact on all account dimensions right ?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 19:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037681#M4906142</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-08T19:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037782#M4906147</link>
      <description>NO, check all dimension combination for both accounts.</description>
      <pubDate>Sun, 09 Mar 2025 01:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037782#M4906147</guid>
      <dc:creator>William_Yu1</dc:creator>
      <dc:date>2025-03-09T01:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037880#M4906154</link>
      <description>&lt;P&gt;holger.handel william.yu derekl.johnson I don't get your point can you please explain or share screenshot so that could understand&amp;nbsp;&lt;/P&gt;&lt;P&gt;It means that not all base values contributing to the displayed (aggregated) value share the same combination of non-displayed dimensions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Mar 2025 15:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14037880#M4906154</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-09T15:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038339#M4906195</link>
      <description>&lt;P&gt;Can anyone assist me? I am unable to identify the root cause of this issue and am unsure what is going wrong. Below is the structure of my model for reference.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SANA11_0-1741579413453.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/234775i7C55E33D388C9745/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SANA11_0-1741579413453.png" alt="SANA11_0-1741579413453.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Additionally, for the Northeast region, an incorrect aggregation result is appearing at the parent hierarchy node. Moreover, currency conversion is being applied to the Units account dimension, even though it is disabled in the properties.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SANA11_1-1741579557005.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/234776iE3D24445065D4E21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SANA11_1-1741579557005.png" alt="SANA11_1-1741579557005.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/124370"&gt;@N1kh1l&lt;/a&gt;&amp;nbsp; please assist&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 04:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038339#M4906195</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-10T04:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038349#M4906196</link>
      <description>Please put dimension FLOW and AUDIT also into your table , make all dimension show leaf only and check the data before DA calculation</description>
      <pubDate>Mon, 10 Mar 2025 04:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038349#M4906196</guid>
      <dc:creator>William_Yu1</dc:creator>
      <dc:date>2025-03-10T04:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038353#M4906198</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://community.sap.com/t5/user/viewprofilepage/user-id/62666" target="_self"&gt;&lt;SPAN class=""&gt;William_Yu&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;added all leaf's that you have asked in table grid please suggest what would be the next step&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 05:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038353#M4906198</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-10T05:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038364#M4906200</link>
      <description>You should show leaf only for account, time and product in row axis for better understanding of your data as well.</description>
      <pubDate>Mon, 10 Mar 2025 05:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038364#M4906200</guid>
      <dc:creator>William_Yu1</dc:creator>
      <dc:date>2025-03-10T05:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038402#M4906202</link>
      <description>&lt;P&gt;William_Yu should I run data action on it now and check the impact on values that will be changed&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SANA11_0-1741584134944.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/234814iA2DE60E7E8EE9B0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SANA11_0-1741584134944.png" alt="SANA11_0-1741584134944.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 05:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038402#M4906202</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-10T05:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038434#M4906203</link>
      <description>Check your data if value of unit account match value of price account for all dimensions, then you can execute and check result .</description>
      <pubDate>Mon, 10 Mar 2025 05:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038434#M4906203</guid>
      <dc:creator>William_Yu1</dc:creator>
      <dc:date>2025-03-10T05:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038454#M4906204</link>
      <description>&lt;P&gt;&lt;A class="" href="https://community.sap.com/t5/user/viewprofilepage/user-id/62666" target="_self"&gt;&lt;SPAN class=""&gt;William_Yu&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;How can the values of the Unit account and Price account be the same, given that the price is calculated using the formula: DRV0055 Lookup Price (NA) = LOOKUP([DRV0050], [d/ENTITY] = "#") Since the Lookup Price for the United States is marked as unbooked data, I copied the value from &lt;STRONG&gt;Entity #&lt;/STRONG&gt;, which is &lt;STRONG&gt;2280&lt;/STRONG&gt;, but when calculating manually (using excel sheet), the accumulated value against the dimension appears as &lt;STRONG&gt;2215&lt;/STRONG&gt;. This discrepancy seems to be due to &lt;STRONG&gt;footwear data not appearing for December 2019&lt;/STRONG&gt;. However, when using a &lt;STRONG&gt;numeric point chart&lt;/STRONG&gt;, the value is displayed accurately.. This discrepancy suggests that the lookup might not be retrieving values correctly across all dimensions, or some form of aggregation is affecting the final result. Could it be that certain records are missing or being aggregated differently? scripting: interms of scripting have used the following formula&amp;nbsp;//DATA([d/ACCOUNT] = "DRV0055",[d/ENTITY] = "REG0001") = RESULTLOOKUP([d/ACCOUNT] = "DRV0050", [d/ENTITY] = "#")&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 06:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038454#M4906204</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-10T06:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038488#M4906208</link>
      <description>William_Yu please assist your response will be appreciated</description>
      <pubDate>Mon, 10 Mar 2025 06:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038488#M4906208</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-10T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038503#M4906210</link>
      <description>It's not about matching value it's about matching the data point.</description>
      <pubDate>Mon, 10 Mar 2025 07:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038503#M4906210</guid>
      <dc:creator>William_Yu1</dc:creator>
      <dc:date>2025-03-10T07:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038513#M4906211</link>
      <description>William_Yu can you please explain via screen shot or something I didn't get it</description>
      <pubDate>Mon, 10 Mar 2025 07:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038513#M4906211</guid>
      <dc:creator>SANA11</dc:creator>
      <dc:date>2025-03-10T07:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038536#M4906213</link>
      <description>&lt;P&gt;n/a&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 07:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038536#M4906213</guid>
      <dc:creator>William_Yu1</dc:creator>
      <dc:date>2025-03-10T07:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation on Data Action</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038537#M4906214</link>
      <description>I would suggest you put two source accounts and target account into column axis, and rest of the dimensions into row axis, you can easily find out if multiply two accounts will have result. Or how should specify different conditions in RESULTLOOKUP like [d/Entity] = "#".</description>
      <pubDate>Mon, 10 Mar 2025 07:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-on-data-action/qaa-p/14038537#M4906214</guid>
      <dc:creator>William_Yu1</dc:creator>
      <dc:date>2025-03-10T07:18:54Z</dc:date>
    </item>
  </channel>
</rss>

