Create an endpoint for retrieving list of Line Item Subsets in the model. Also, we need an endpoint to see which line items are included into the subset.
Hi @Nikolai Starostin,
I like the idea as I also needed it once, FYI as a workaround you can use:
So you can try to iterate over endpoints, and once you face i.e., 10 missing line item subsets (404 return), you can assume that you reached the end. The problem is, it doesn't allow you to determine which line item subset is which…
In as much detail as possible, describe the problem or experience related to your idea. Please provide the context of what you were trying to do and include specific examples or workarounds: While understanding there are potential updates in the works, an alternative solution for Model to Model import challenges within…
Hi everyone! Been working on a import module where the import is set to have the base (salary) for a selected month. Then I need to use that number and import it into the rest of the month of that year. For example: Import → $1500 USD on January Then need to import o add that value for each month from February till…
In as much detail as possible, describe the problem or experience related to your idea. Please provide the context of what you were trying to do and include specific examples or workarounds: On an Anaplan New UX page, I would like to be able to group charts together. I would then like to be able to activate a setting that…