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
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…