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: 
Anonymous
Not applicable

remove other selections

Hi All,

I have 'FieldEventTrigger' in my dashboard. So when user select a field, an additional selection is made on another field by trigger.

I am using getcurrentselections() function for some other task, but don't want it to show the automatic selections made by trigger.

Eg- When I select values A & B from Field1, I am getting below output for =GetCurrentSelections() function in text object.

Field: A,B

Field1: X,Y

I don't want second line to appear in the output, which is actually a automatic selection made by field event trigger.

Please help!

1 Solution

Accepted Solutions
sunny_talwar

May be use selection in a particular field? GetFieldSelections() instead of GetCurrentSelections()

View solution in original post

4 Replies
Anil_Babu_Samineni

May be create alternate state for second field?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
its_anandrjs
Champion III
Champion III

It is due to association in Qlik provide some sample to have a look.

sunny_talwar

May be use selection in a particular field? GetFieldSelections() instead of GetCurrentSelections()

Anonymous
Not applicable
Author

Thanks for giving me the clue.