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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Action in Command Object

Hello!  is there an action in the command object to go back to the last sheet you visited?  I actually created a button to activate a sheet and once you're in , I'd like to go back to the last sheet I visited...I thought the activate previous sheet will work but it doesn't.

Tks.

1 Solution

Accepted Solutions
maxgro
MVP
MVP

when you leave a sheet you can set a variable (trigger onleavesheet)

see attachment

View solution in original post

3 Replies
swuehl
MVP
MVP

If you use buttons to navigate to the sheet, you can additionally store the sheet ID you are coming from in a variable using GetActiveSheetID().

Then use the variable to navigate back.

maxgro
MVP
MVP

when you leave a sheet you can set a variable (trigger onleavesheet)

see attachment

Anonymous
Not applicable
Author

Thank you, Massimo...I finally figured it out...