Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set field value using variable

hi everyone,

I came across a lil problem I want to save the selection of one sheet in variables and when I get back to this sheet all the fields should get the values of the variables I have defined. so far so good. if i just select one value it is no problem to use the trigger set field value but if i select for example 20 of 201456 it is not possible to set the field value again like it was before it only works if there was just one value selected! does anyone know what i could do???

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The easiest solutions is to use bookmarks instead. Use a bookmark for each sheet. Then add actions OnActivate triggers. The action for the OnActivate trigger a Apply Bookmark action. If you want to store the selections before moving to the other sheet you can use the OnLeave trigger with a Replace Bookmark action.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The easiest solutions is to use bookmarks instead. Use a bookmark for each sheet. Then add actions OnActivate triggers. The action for the OnActivate trigger a Apply Bookmark action. If you want to store the selections before moving to the other sheet you can use the OnLeave trigger with a Replace Bookmark action.


talk is cheap, supply exceeds demand
Not applicable
Author

thank you haven thought about this idea...it was so much easier