If I have two columns like a name and a rank in a table on the cube and both are editable is there a way to "bulk" edit them. Can I change both parameters and receive a single notification in my quick action that they were both modified? What is the Data Miner way of handling this paradigm? I know that I can save them both at once but that still activates the quick action twice.
Hi William,
A possible option for your use case is to have an extra column that contains a button. A user can edit the columns 'Name' and 'Rank' at any time but only after pressing the button you could execute the QAction.
Hope it helps!
This wouldnt work across rows as the table needs to refresh after the update