I have a module dimensioned by 4 flat lists. A line item in this module creates a key using 3 of these flat lists.
I have another module dimensioned by the key and the 4th flat list. How can I map data from first module to the second module?
You need to use the lookup function.
Module 2:
Dimensions: Combined Key, 4th dimension
Breakdown Combined Key to it's 1st, 2nd and 3rd dimensions
Then do a lookup
Module 1.LineItemX[Lookup: 1stKey, Lookup: 2ndKey, Lookup: 3rdKey]
@rob_marshall I feel like you would be able to answer my question, and if you can't then no one can. My question is - using selective access on a hierarchy level I want to be able to look up the user that has access to a particular level within the hierarchy so that I can create a standardized e-mail using the mailto…
I have difficulty with “Custom views” in Activities 13.6.5 and 13.9.3 where I select Custom View but cannot Filter Time Dimension. The instruction is "Filter: Time - show only Forecast Months" Could anyone please help on this issue.
Hi! I'm currently trying to set up an example for the forecaster and I'm running into various issues. At first (and I managed to resolve it by now) my data collection creation failed without any error messages. Next, after I managed to create it, my forecaster model is stuck on status 'creating' for 1.5 hours already. Is…