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

History Back Button in QlikSense

Hi

Just wondering if anyone has found a solution to create a Back Button to be able to go back in Qlik history.

We have many sheets in an app and have buttons from summary sheets to details sheets for easy navigation... if the user wanted to go back to the previous sheet they were looking at there is no easy way.  They'd have to remember the name of the sheet they came from.  They could have arrived at a detail sheet from more than one summary sheet.

I know in QlikView this is possible using history.  In QlikSense the browser isn't navigating so there is no browser history to use.

Thank you.

Labels (4)
4 Replies
124psu
Creator II
Creator II

I think this extension may help with that. 

https://github.com/stefanwalther/sense-navigation

It includes a bunch of actions you can call for a button - previous sheet, next sheet, go home, etc. 

ajaykakkar93
Specialist III
Specialist III

I suggest you use bundle extension,

Latest version is attached.

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

kiwimoo_nz
Contributor II
Contributor II
Author

Thanks for your reply 124psu.  I know about those buttons but they don't work for what I want.

e.g.

SHEET 1 - includes button to go to DETAILS sheet

SHEET 2 - includes button to go to DETAILS sheet

DETAILS SHEET - includes button to go BACK to the sheet where it came from... how do I tell it which sheet it came from?  It could have potentially come from Sheet 1 or Sheet 2. 

I would like the user to be able to go back many times, right back to the start if needed.

 

124psu
Creator II
Creator II

I see what you are saying. I've never done this before so this is my personal take. I'm assuming you will first need to define both buttons so that it goes to the detailed sheet. You'll have to get the sheetID through the dev hub and then throw that into the the properties panel as such. Remember to use the syntax: ='SHEETID'

clipboard_image_1.png

Now, when you're in the detail sheet and want to let users go back to their normal spot/place, I think you'll need to use a variable so that it'll know if it came from sheet1, and if you're on the details sheet coming from sheet1, using the variable will let qlik know it came from sheet1 so go back to sheet1. I haven't done this before but this is my initial thought. I'll see if I can find something similar that we have. Hopefully some qlik users chime in on this problem as I am curious as well.