Level 1 8.8.4 Activity: Add Formulas to Size Margin Report Module
Comments
-
0
-
Hi, formula seems correct as G2 country is parent of G3 location , so it will aggregate , make sure there are no spaces in referring the line item
1 -
No spaces yeah0
-
There's size in the formula and not in the module.0
-
0
-
What am I doing wrong?0
-
Make sure that your size list is flat list and set top level at ALL SIZE .
1 -
It is set as All Sizes yes0
-
Figured it out.
It was the formula.0 -
The error is saying that the line item in the formula does not exist.
Therefore, rewrite the formula but select the line item in the mapping module directly and the line item reference will pull into the formula automatically.
I suspect your current formula has a small spelling difference which is why Anaplan can not find it in the mapping module.
0 -
@Csta what did your formula end up being? I am so stuck
1 -
@HenriRichardson123 This was long ago and I don't remember the formula exactly.
What's not working for you?0 -
@Csta first, thank you for the response. When I try to copy the formula "'REV03 Margin Calculation'.Revenue[SUM: 'SYS06 Product Details'.Size]" into the formula box, I get the error
"The formula for 'REP02(1) Size Margin Report'.Revenue is invalid:
Revenue = 'REV03 Margin Calculation'.Revenue[SUM: 'SYS06 Product Details'.Size]
The name 'SYS06 Product Details'.Size used in the SUM clause is not recognized as a line item in the model"same goes for cost of sales. I went back and double checked everything when I made the SYS06 module, and I seemed to follow those instructions correctly, so I'm unsure about the issue.
0 -
SO I realized that one of my problems was that I named the module SY06 and not SYS, but now I am getting the error
"The formula for 'REP02 Size Margin Report'.Revenue is invalid:
Revenue = 'REV03 Margin Calculation'.Revenue[SUM: 'SY06 Product Details'.Size"And ideas on what could be wrong?
0 -
I see, a double quote after Size and ] is missing. Please try this
'REV03 Margin Calculation'.Revenue[SUM: 'SYS06 Product Details'.Size]
0