on 2022 Jun 27 10:11 AM
Hi all,
I have a SAC report with a table and I would like to reproduce the standard behaviour of "Undo data change" and "Redo data change" functionalities with code because I need to have these functionalities through two different buttons:
- A "Redo" button that replicates the "Redo data change" functionality
- A "Undo" button that replicates the "Undo data change" functionality
I attach below an image of funcionalities that I would like to reproduce through buttons

thank you in advance
Request clarification before answering.
ga.russo
if you want to do this through scripts and a button in the analytics application, then as far as I know at the moment, this is not possible
but since these actions refer to the steps in the preview mode, I believe that the general undo / redo buttons of the entire application will also work (as they will also appear in stories in the optimize mode)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Gabriel,
Though Undo/Redo can be enabled in Table Styling Properties. See Below.

In case you want to script this functionality. You can playground by using the setQuickActionsVisibility(quickActionsVisibility: TableQuickActionsVisibility😞 void class of table.
undoRedoDataChange: boolean
Regards
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.