What are the ways to implement "UNDO" action/process with a help of a custom created button on dashboard in Anaplan? This UNDO button would reset values of cells to it's original initial value.
I would copy the module you want to reset, remove any calculation line items, set the data to what you want as the reset point. Then create a module to module import from this new module to the original...
Hi,
For the module for which you want to create an undo action, create a copy, keep this copy on the dashboard for any interaction by the user. Give users, two buttons each containing a model to model import, one from copy to original and the other from original to copy. Once the user is done making changes, they will need to press a button saying 'Confirm Changes' that will take the data from copy to original. Another button called 'Reset' would bring the data from Original Module to copy module.
Hope this helps,
Thanks and Regards,
Aakash Sachdeva
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New → New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, no…
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…