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

is it possible to clear a field on selecting a particular value in a listbox

I have a requirement to clear a field on selection of a value in Listbox

I have a listbox A which has only three values( say Red,Blue and Green)

I am conditionally showing 3 different listboxes with 3 fields on selection of Green , red and blue. So is it possible to clear the selection of the listbox when i change the values in Listbox A.

2 Replies
Anonymous
Not applicable
Author

you can define a Trigger (document Trigger)

so when you eitehr select, Change, lock or unlock a field you can define an Action to clear other fields

MK_QSL
MVP
MVP

Go to Settings

Document Properties

Triggers

Field Event Triggers

Select your Desired Field (i.e. having Red, Blue and Green, say FieldA)

On Change -- Add Actions(s) -- Add -- Selection -- Clear All

you can try with below also

On Select -- Add Actions(s) -- Add -- Selection -- Clear All