Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Making selection in list box

Hi All,

   I am having below requirement.In that there two list boxes.Namely ID,Month.The user will make sequential selection. So if the user done with all the selection  in the ID field,then they will move to Month list box.During  that  time automatically  the selection which made on Id field should get clear.

Have attached the file.

-Jay

5 Replies
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

Have you tried "Field Event Triggers"?

So if i understand requirement, you are trying to clear selections on first field, if user starts his selections on second field. if this is true, please go to document properties and add "Clear Action" on "Month" field and choose "ID" as field to clear.

Phani

jolivares
Specialist
Specialist

According to the qvw that you sent, the ID 1 is available the for months Jan and Feb so that the user can choose any of them. However if you choose the ID 2 it is only available the month of February, so if you select Jan it deselect the ID. This is so.  That's QV way.

tresesco
MVP
MVP

Try a trigger On selection in the field month, clear the selection from the field ID. PFA

Not applicable
Author

Hi,

Use the trigger to clear the selection for id field when we select the field in list box.

Go to

Settings->Document Properties->Trigger->Filed Trigger->Select Month->Clear field(ID)

Not applicable
Author

I am not sre if I understood you correctly, but what I got is :

You want the selection in ID field to be cleared as soon as the user starts doing the selection in Month list box.

If this is the case then to achieve it, you can write an action/trigger on the field "Month" to clear the selection in "ID" field. For this go to Properties-Dcument Properties-Triggers and add an action

Action Type : Selection

Action : Clear field

And give the field name in which you want to clear the selections (In your case "ID")

Hope this helps!