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]
Hi Anaplan Community, I'm facing an issue while importing data (text details) into a module that has two dimensions: "Unique Line ID" and "Organization x Site". The source file is based on a numbered list. It includes text-formatted columns (line items) that contain the names of the "Unique Line ID" and "Organization xβ¦
Hi, Since last one month we are facing a lot of Integration failures mostly a wake up job is failing (which is a dummy blank action to keep the model alive). We are getting the Error HTTP:429- API request exceeds maximum limit of 600 request per minute. From the process prospective it should not 600 Actions running in aβ¦
Hi, I have a worksheet for end users to enter new hires into, for which the list item which persist across versions. I am having an issue where the end user can delete a list item using the grid functionality because the Current Version value is blank, but I want to prevent them deleting them (as data will be lost fromβ¦