Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
ananyaghosh
Creator III
Creator III

Can I set an action when a value is selected on a list box

Hi,

I want to remove values on a input box based on the selected values on a list box , so when I select an option in list box, the values on the input box field will be removed.

Can it be done? please suggest?

4 Replies
tresesco
MVP
MVP

What is there in the textbox? Any formula or a static text?

jonathandienst
Partner - Champion III
Partner - Champion III

An action cannot act directly on a text box, other than via a macro. But you could create a variable that is displayed in the text box (='$(vVar)'). Create a field event "On Selection" trigger (Document Properties | Triggers) for the field in the list box with a set variable action.

The set variable action expression will determine what will be displayed in the text box.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
ananyaghosh
Creator III
Creator III
Author

hi,

I want to change the input box value based on selected value in list box. Can I change it?

ananyaghosh
Creator III
Creator III
Author

hi,

I want to change the input box value based on selected value in list box. Can I change it?