Hi!
Can the model history be restored after executing a delete using selection action deleting a bunch of items (around 50 million items) from a particular list?
The model is in the standard offline mode.
Thanks,Somain
Hi Somain,
Although this number is huge, I don't see a reason why this shouldn't work. I've tried it before with a smaller number of deleted items and it worked fine. Try to find a point in history before the action was performed and restore the model.
Cheers,
Dmitry
@somain.gupta you can easily restore your module back to the way it was but there are some caveats.
1. Any changes you made after you ran the delete action will also be lost because you are restoring the model back to the state it was in before you deleted the items.
2. offline/online doesn't matter. Offline only prevents other admins from editing your model. It does not save any memory in your workspace.
3. Because your list is rather large it may take Anaplan a little while to restore the model.
Here's how you can do it:
First, I built 500 list items and added my sales to a few of them.
I took my model offline.
I deleted the list with 500 members
Go into history and select the transaction just before the delete action and restore the model.
You will be take out of the model. Upon opening again, you will see the data has been restored.
Hello, I’m running into a recurring issue when importing CSV files into Anaplan, specifically with dates in February for the years 2028, 2029, and beyond. Here’s what’s happening: In Excel, the date format is set to Custom (e.g., 2/26/2025). When imported into Anaplan, the date is interpreted as 26-Feb, where: Month = Feb…
I have an issue where I am getting the expected result from RANKCUMULATE when using one dimension, but when I add an additional scenario dimension to the module, it doesn't calculate the way I'd expect. Here are some screenshots to explain the case: Module 1 - calculates cumulative total for list items in list "Age"…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…