IF we have data at Parent level in a module then how can we bring the data in a module having dimension at child level and Vice versa.
@Karthik31 Using LOOKUP function on the Parent you can pull the values from Top to bottom.
If there is a need to move the data from Child to Parent, then you don't need to use any function just point and refer (Provided you have summary set as SUM)
Thanks,
Misbah
Miz Logix
No, ITEM always applies on a most granular dimension & not on PARENT.
What I was referring to is that you need to create a line item formatted on PARENT list in a module dimensioned by Child list and then use LOOKUP on that line item. Something similar to this
Line item 1: ITEM(Child List), formatted on Child list
Line item 2: Parent(Line item 1), formatted on Parent List
Target Line item: Source Line item[LOOKUP: Line item 2]
Hope that helps,
Thank you so much for this information, however a clarification do we use code (ITEM(Parent) by any chance here?? @Misbah
Thank you so much @Misbah you are a true genie in providing information!!
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to getβ¦
I have an action in a process which is getting failed since 2 days when run via CloudWorks with below error . No issues when run manually . Same error occurs when run manually but as a warning "Import complete but with failures" This action is running since almost a year without any issue . No change has been made toβ¦
Hi, I have a module with a time range as a dimension. I've set it with a daily time scale, but Anaplan's way of showing daily dates is for example "1 Jan 37" and I need it to be in numbers because when I export it excel doesn't recognize it as the date format that I've set in Windows (OS) (when a date as two digits it'sβ¦