What does this formula do'REV03 Margin Calculation'.Revenue[SUM: 'SYS06 Product Details'.Size]? I am trying to understand this specific part: [SUM: 'SYS06 Product Details'.Size], can in some way I can compare it with Sum & GroupBy in SQL?
Hi @TarunAnaplanner Basically Sum functions aggregates the values. Here in your source module you have got the revenue at Product level, but in your Target module you want to calculate the Revenue at Size level. So here Sum function will aggregate the revenue of all the products which belong to the same Size.
@TarunAnaplanner , Gaurav explained it correctly and yes, it can be compared with Sum & Group by of SQL
Cheers!!
Hello - I have a 2 level ragged hierarchy (yes, it's a chart of accounts), that for reporting purposes is used in 4 different models (yes, it's a P&L). What is the best way set this to allow one to be the "source of truth" and then import between the four models without creating actions that include ignores? It seems like…
I am testing export actions using workflow but its not generating any file when I am running the workflow, but the same process is generating export file when ran from the Actions→Process section. Is their any issue with the workflow functionality? Also, If I want to generate a file after completion of workflow and pull…
Hello Anaplan Community, I am seeking guidance on the most effective ways to automatically upload flat files to Anaplan Data Orchestrator (ADO). Currently, our process involves loading flat files to an Anaplan Datahub using Anaplan APIs and custom Python scripting. With Anaplan Data Orchestrator's capabilities for data…