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 team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
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…