Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Pragya
Creator
Creator

Go to previous screen

Hi all,

I have 12 sheets in my dashboard. My first screet has all the filters required and rest of the screets have map/chart/line graph/ tables etc. I placed a button on sheet 2 - sheet 12 saying " Go to first screet". Now i want to place a button on my screet 1, which will say, "Go to previous screet". The function of this button will be to go to the screet where the person came from. It could be screet 2 or screet 3 or screet 4 etc . 

Could someone suggest what should i do ?

Thanks

Labels (4)
4 Replies
Pragya
Creator
Creator
Author

I work in Qlik Cloud - SaaS

avinashelite

In the button > properties > Navigation > select the previous sheet option 

Pragya
Creator
Creator
Author

I tried that. But  I think , as i placed the button on first sheet, it is trying to find the sheet previous to it . When it is not able to find any, it was staying on the same sheet. 

avinashelite

Got your issue, try like this 

1. Except 1st sheet add  2 actions 

1.1. set variable which capture the sheet id or name  to navigate to the sheet 1 or main sheet 

1.2. from the main sheet use the action and variable value to identify the sheet name/id and navigate using the variable set 

 

Hope this helps you