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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
felcar2013
Partner - Creator III
Partner - Creator III

select field value on selection of field value

hi

i have two list boxes (1 and 2) with exactly the same field values. when i select a value from list box 1, i want that this Triggers the selection of exactly the same field value in list box 2, do i Need a macro for this?

thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, you can add a Select in Field action to the OnSelect field trigger of the field in list box 1. You can find the triggers on the Triggers tab of the document properties window. Select the field, click on the Add Action(s) button below OnSelect. Then click Add to add an action. Select the Select in Field action. Choose the field of list box 2 as Field and the field name of list box 1 as Search string.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, you can add a Select in Field action to the OnSelect field trigger of the field in list box 1. You can find the triggers on the Triggers tab of the document properties window. Select the field, click on the Add Action(s) button below OnSelect. Then click Add to add an action. Select the Select in Field action. Choose the field of list box 2 as Field and the field name of list box 1 as Search string.


talk is cheap, supply exceeds demand
felcar2013
Partner - Creator III
Partner - Creator III
Author

thanks

how can i select exactly the same value of the list box 2, when selecting a value in the list box 1?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See my post above.


talk is cheap, supply exceeds demand
felcar2013
Partner - Creator III
Partner - Creator III
Author

thanks , it worked