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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
regowins
Creator II
Creator II

select multiple fields using trigger / action

Hi,

I want to select multiple names from the Mgr_Name field and select the same names in the Mgr_Name2 field in another chart via a trigger or any another method. I can get it to work with only  one name selected, but it wont work if I select multiple names.

Here is what I have done:

Created a variable   vName using the GetFieldSelections(mgr_Name)

Then  I created a field event trigger on the mgr_Name 'On select"   -> Select in field (Action)-> Mgr_Name2 (field) -> vName (search string)

Thanks for the help!

Labels (1)
11 Replies
regowins
Creator II
Creator II
Author

Hi Erik,

Here is another example. Hope it helps. -Ash

Not applicable

simply PERFECT!

thank you ashwin!