When I edit the format and switch from text to list, I get the following error message: "Format of mapping used for lookup doesn't match any dimension of the source."
How do I fix this?
That error indicates that the line item which format you are attempting to change is being used / referenced by other line items, and the new format is not accepted by the formulas downstream.
If you go to the blueprint of the module where the LI is, and scroll all the way to the right, you will see the last column of the blueprint called "referenced by", which includes a list of all the modules.line items or list.properties that reference to this particular line item.
at this point you can either cut out those formulas until no other line item or property reference the one you wish to change, then change the format to list and then past back the formulas where they were. Some formulas wont work anymore and you will have to either change the format or the formula of those downstream line items
Before changing the format of any lineitem , you need to go to blueprint view of that module and check the references of that line item and copy formula of all reference line items and then remove the formulas and references and after changing the format of line item then you need to update the formula of all referenced items
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β¦