hi!
I want to display the values from a module with a Time Scale of Half Year to a module with a Time Scale of Month.Can i do it?Please help me.
@KubotaNatsuki
Yes you can! Leverage one of these functions
HALFYEARVALUE, LOOKUP
Misbah
@KubotaNatsukiyes, you can do this!
Check out this article about HALFYEARVALUE:
https://help.anaplan.com/618b82cc-513b-4183-9122-23fc6590cabc
Might be helpful in your build.
As well you can make some different references via LOOKUP or some of aggregation functions: https://help.anaplan.com/909cff1d-4de2-498e-9d04-2fb9f7d71583-Aggregation-Functions 4
What is your case?
Remember that using HALFYEARVALUE will allocate the value to all months in the target module.
If you want to distribute this down to months you will need to phase the value across the 6 months based on a assumption. This could be flat by dividing the value by six or based on another driver such as sales activity.
If we go down lowest descendants for 2 hierarchies something like this {Descendants([Planning Org].[Planning Org].[ALL].[AllMember],255,LEAVES)} then the queries timeout what is the best way to use lowest decendants so it doesnt scan the whole hierarchy
Hi! In London it was mentioned, any update on this?
We've been building a tool called aplan4sheets and we'd genuinely like input from this community — both on what we've built so far and on what we should prioritize next. The problem we set out to solve: Anaplan's Excel add-in is Windows-centric, and there's no real native way to pivot Anaplan data in Google Sheets. We…