If a cell value is accidentally changed in Production.
How can we revert back to the old cell value?
@Sravan_Kumar
We can revert back in 2 ways
Option 1. Ctrl +Z
Option 2. On Settings, we can see history, All our changes are recorded here.
Check, where you have to restore, click on that history and select Restore to ID.
Hope it Helps 🙂
Ctrl+Z Function should help
Thanks,
Misbah
Alternatively, there's also cell and module level history if you know where the change was made.
- Cell level history can be accessed by right-clicking a cell > show history.
- Module-level history can be accessed by bringing up the module options > data > show history.
May make it a bit easier to identify the specific change and doesn't require an administrator to take the full extract.
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…