Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to activate previous viewed sheet in qliksense using button.
Thanks..
Choose BUTTON object, no need for an action, then choose the navigation you want.
Hi,
This option lead to previous sheet.
But we need to navigate the option to go for previously opened sheet.
Thanks,
Krish
Hi,
Do the following to implement the button to go to back to the sheet you had previously been.
Best, Karl
Actually Povers solution works perfectly well. The only mistake is it should be 1, not -1 here: =subfield(v_PreviouslyVisitedSheet, '|', 1).
This solution worked for me. But I changed it around a bit
Step 1 Set up a Variable in script
Or
Set up a variable using Edit Sheet then variable (both work)
Step 2. Must do in every sheet that Users might want to return to
=right(vPrevVisitedSheet & '|50783425-740f-4784-9288-a84129f547e9' ,120)
where 50783425-740f-4784-9288-a84129f547e9 = the current sheet ID
Step 3
A button in every sheet as required (copy and paste)
=subfield(vPrevVisitedSheet, '|', -2)