Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Object Actions

Hi All,

i have 4 buttons Time, Filter, Undo, Redo in my QVW. if i click on Time then one text object (including some filters) will open and if i click on Filter button again same text object (including some different filters) will open and previous filters will be closed.

Up to above it's working fine but if i click on Time button first and then if click on Filter button second, Now if i click 'Undo' or 'Redo' buttons they are not giving exact previous or next selections.

Could you please somebody take a look into this and help me.

i'm also attaching sample QVW.

Thanks,

V V

1 Solution

Accepted Solutions
Not applicable
Author

Hi VV,

The reason this is not working is because it only undo's the last action. And because the Time button and the filters button has got 3 actions assigned to them it only undo's the last action.

Add another 2 backs to the undo button and another 2 forwards to the redo button. That should work as I have tested it.

This will redo the last 3 actions and undo the last 3 actions.

View solution in original post

2 Replies
Not applicable
Author

Hi VV,

The reason this is not working is because it only undo's the last action. And because the Time button and the filters button has got 3 actions assigned to them it only undo's the last action.

Add another 2 backs to the undo button and another 2 forwards to the redo button. That should work as I have tested it.

This will redo the last 3 actions and undo the last 3 actions.

Not applicable
Author

Hi Marius,

That's perfect solution, it's working fine now.

Thanks for your effort

Thanks,

V V