Hi,
 
I need help with something  am trying to achieve in Anaplan.
Module 1
Organization List (Organization Hierarchy is L1-Global->L2-Country->L3->Regions)
Line Item: Volume
 
Module 2
Organization List (Organization Hierarchy is L1-Global->L2-Country->L3->Regions)
Line Item: Volume1
Line item: Select Level of Analysis (Country or Region)
Line item: Pick Country
Line item: Pick Region
Line item: Gobal
 
Formula for Volume1
IF Select Level of Analysis = Country THEN Module1.Volume{LOOKUP:Pick Country] ELSE IF Select Level of Analysis = Region THEN Volume{LOOKUP:Pick Region]  ELSE Module1.Volume{LOOKUP:Global]
 
This formula doesnt work for e.g. if the user chooses country level analysis. It puts the Volume value from Module 1 matching the Country in all the cells which is fine but at the country level in Module 2 I get the sum of Country volume times number of regions in the country becuase the summary for Volume1 in Module 2 is Sum. If I chose the summary as None then I dont get any value for the country  level volume1 in module 2. Is there an alternate way to do this?
 
Module 2 is an intermediate module used for further calculations. I need to be able to pick the value of volume1 from Module 2 for regions, country and global.