Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Try this
=if(GetFieldSelections(YEAR)='2022', {'2'}, GROUP)
@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
I have Vizlib. But the action doesnot work after the selection.
Can you show me an example?
Thanks!