Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

last selected values in different sheet

Hi,

How to get last selected value in a sheet

ex: if i have 2 sheet

1 sheet - selecting a value and navigating to sheet 2, if i navigate again to sheet 1 i have to view last selected value.

thks in advance

3 Replies
tresesco
MVP
MVP

You can use two different models to achieve that, but that is not a good solution and not suggested to do. Other option: you can use macro. use two sets of variables/ bookmarks to hold the selection history of a page which would be captured "OnLeaveSheet" action (in trigger) by running the macro.

Regards, tresesco

Not applicable
Author

Hi Sam,

The selection will available in entire application,if the Data model for the two sheets data are same.

This is the functionality of the Qlikview.

Not applicable
Author

Sam,

What santhosh has mentioned is correct. If data is fetched from the same data model what ever selections that you make in one sheet holds true for all the sheets irrespective of the number of sheets in qlikview document.