Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
eliezer7
Contributor III
Contributor III

Select value in field based on another selection

Hello community. I need your help.

Is it possible for Qlik Sense to automatically select a value from another field when I select a year?

For example, if I select the year YEAR=2022, can it automatically select the value GROUP=2?

I appreciate your help!

Labels (3)
3 Replies
Chanty4u
MVP
MVP

Try this 

=if(GetFieldSelections(YEAR)='2022', {'2'}, GROUP)

 

Kushal_Chawda

@eliezer7  Qlik sense doesn't support field event triggers. You can look at Vizlib extensions.  Use Vizlib filter which allows you to set actions following selections

eliezer7
Contributor III
Contributor III
Author

I have Vizlib. But the action doesnot work after the selection.
Can you show me an example?

Thanks!