Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Set Current Selection

Does anyone know how to set the current select from a variable, in other words what is the reverse of  GetCurrentSelections()

3 Replies
Gysbert_Wassenaar

You have to assign an action to a button or textbox or to a trigger (for example the OnChange trigger of a variable). The type of action is a Select in Field action. If you need to make selections in more fields then you need to add additional Select in Field actions for each field. If you know the selections you want to make in advance it's easier to create a bookmark for that selection and simply activate the bookmark; either manually from the Bookmark menu or with an Activate Bookmark action.


talk is cheap, supply exceeds demand
Not applicable
Author

Hi,

Would not the GetCurrentSelections()?

Rebeca

Not applicable
Author

i have the items i need to select in a file. i load the flie from a qlik of a button, these are product id's. when i do that i need those ID's to be selected.