Is there a way to view model history on the front end?
Example: As a front end user I would like to be able to pull the model history, similar to the one available in the back end.
End users can access cell-level model history. See here for more detail: https://help.anaplan.com/afe9dd2f-a532-4aba-b7da-4971d13ca76f-Show-cell-history
Something to keep in mind is that for large models, it can take some time to generate the model history, and this is also a blocking activity for the model. I would recommend end users only pull model history for a very short date range at a time, as anything more will tend to impact concurrency.
You can create a model history export action that exports all model history for a set time period by clicking the save option (on a standard model)
You can then automate the export of model history action (using a script , see page 85), then import the model history back into an Anaplan module for reporting. The model history headers will vary though based on updates to dimensions so you'll have to account for that when loading into module line items.
There should be a way to get model history into a module so it can be summarized and queried on. There have been multiple users who have asked for a 'change report.' Managers want to see what has changed in the model sometimes by person sometimes by time period. SOX teams who evaluate commission calculation for ICM models want to see changes to the model.
@jbrown It sounds like you're suggesting a feature improvement for Anaplan. If so, I'd suggest submitting an idea to the Idea Exchange.
I found this one, but I'm not sure if it's exactly what you were looking for: https://community.anaplan.com/t5/Idea-Exchange/More-Detailed-Filters-on-Anaplan-Model-History/idi-p/60299
Thank You @ryan_kohn ,
The two components of the enhancement are1. capture the structural(changes to formula in line items) changes in history2. all of history can be accessible in a module type format.
I will put on the idea exchange.
Thanks,
Joshua
@ChrisStauffer Why i cant see the option to save
Please check out these instructions
https://help.anaplan.com/export-model-history-f5a9a1ab-b450-4dfa-8a5e-3faeb5971080
Thanks @ChrisStauffer.
@shadmani you can refer this link ..
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…