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!!
When importing data from a Data Hub to another model, I'm seeing values in the target model that don't exist in the source. For example, seller assignments are being tagged with subregions that aren't present in the source data - some assignments are missing expected tags, while others are mapped to seemingly randomβ¦
Hi, I need help in pulling a specific view in Anaplan XL. The first grid should display attributes of various projects, while the second grid should present the monthly financial data for these projects. Thanks in advance.
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FINDβ¦