Hi,
Is there a step by step guide on how to use the Add version formulas to line item subsets in module blueprint ?
I don't see any line item in the left box.
Thanks,
Tom
I assume you mean applying version calculations to line items, vs line item subsets.
In any case, depending on your use case, I'd say you're better off using a boolean line dimensioned by version to determine what calculation to run.
E.g. IF List Attribute - Version.Version = Actual THEN X ELSE IF List Attribute - Version.Version = Forecast THEN Y
Gives better auditability of your logic, is likely more maintainable and gives you the flexibility to group logic (e.g. if multiple versions use the same calculation, you can have a boolean that triggers the same calculation for all the like-versions).
The performance implication is probably less clear, but will depend on your usage.
Hi, @tompatrick.ting
You might want to read this best practice.
Line item subsets demystified - Anaplan Community
I owe the article much.
Regards,
Taichi
I want to disable the [create page] button for the end user from the dashboard. The end user can create a page or worksheet to link to the module to edit the data. can anyone please give some suggestion? Thx…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…