Sum if on a quarter level line item
Hey i need a little bit of help,
i want to sum month values to a quarter level value but the dimension isn't really time related its more like converted
The right solution would be 7000 in 'New Quarters Value' on Apr 24. May 24 and Jun 24
actually a simple sum if
The upper Month dimension comes from a list(property) which shows dynamic the next 9 month, so its not a time range in general
List: Financial Plan next 9 Month:
The formula
New Quarters Value: All Adjustments[SUM: Quarter]
leads to an unusal Anaplan error:
Answers
-
You need to create a line item which will be of dimension ⇒ Project, Account structure, Quarter ⇒ In this line item we will use formula of Adjusted values[sum:Quarter]
By using this intermediate line item you can pull value in New Quarter Value ⇒ Intermediate line item[lookup:Quarter]
V.Sai Bharadwaj
0 -
i tried. this wont works, because the quarters list is also dynamic with the display name.
Values get empty, because of numeric list + no code
FINDITEM('Financial Plan next 4 Quarter', Quarter in Text)
List says: this quarter + the next 3
0 -
i also tried to convert the quarter to date so i can make the sum, but this wont work either
adjusted Values[SUM: Date of quarter]
Why is it so hard to build a simple sum if in anaplan - i dont get it
0