Is there a way that you can assign multiple parents for a list member? Or when you need to build an alternate hierarchy sharing the same children of primary hierarchy, you have to create a new 'child-list'? Thanks.
@jim_ma
Unfortunately, you have to have another "clone" child list and then link the two lists later using a formatted line item set the original list
You can use FINDITEM(original list, codes of the clone list) to automaticall match them
David
When you create both lists, can have a formatted line item of list 2 against list 1 and vica vera, so you can avoid having text properties, but you do need formatted line items to march each list
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New → New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, no…
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…