Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have two tabs on one QlikView document. Each tab uses a separate database, with different dimensions to filter each one. There are no similar columns for the two database tables. Right now I am using triggers to clear selections when a user jumps from one tab to the other. This works perfectly up until the user starts clicking the back button... The current selection box will go back to show the selections that were prior to the "clear all" trigger.
Example: User moves from Tab A to Tab B. The activate sheet trigger from Tab B clears all selections. User clicks on the back button. Selections are now showing from the prior Tab A, but the user is active on Tab B.
Is there a way that I can detatch the sheets from each other, or clear the selection history so that a user cannot backtrack beyond a certain point?
Thank you!