I'm seeking advice on the quickest method for creating lists in Anaplan: using the UX Page "Form action" or the backend Actions for Creating List Item. Which approach is more efficient?
There will be very little difference between the two, and the actual mechanism (within the Anaplan code) for creating a list item is the same either way. The performance of it will come down to how/where that list is used and what a change to that dimension represents in the model. If a user is entering data to create a list item, then a form is the more efficient way; an action would need to retrieve data from a view before adding a small additional step. But using an action could mean that you could batch up multiple user entries and add all items together in the one action; so that would be more efficient than multiple form entries.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.β¦
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the nodeβ¦
I want to create an S3 connection that will have monthly data stored in individual csv files that is connected to ADO. Around month end, data will be uploaded multiple times, replacing existing csvs. When this happens I want to replace the existing data for that month with the new file. I don't want to have to create aβ¦