Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Listbox Selection

Hi All,

I have three listboxes as shown below. when I select a value from New Customer, I want the other two listboxes to select particular values(In_Out = 'Both' and With_Without = 'Without Properties').


Screenshot_27.png

My Expected Result:

Screenshot_26.png

Also attached my sample QVW.

7 Replies
Anil_Babu_Samineni

Looks like there is no associate in front-end and when i see Model it's getting associate using Primary key. May be script Helps us. If you want this in UI then let us know.

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

Thanks Anil. I want to achieve this by anyway, please help.

vishsaggi
Champion III
Champion III

Why it should be only "Without Properties" and "Both" just wondering to know. The list boxes With_Without and In_Out showing correct possible values for the selected customer.

Coz you have possible data from those two list boxes as show in table box below. Can you explain a little please...?

Capture.PNG

Anonymous
Not applicable
Author

Initially, when I select a value from New customer, I wanted to select these values. After that we need to be able to change.

vishsaggi
Champion III
Champion III

But that value is associated to both with and without...including all In_Out values as you can see in the table.

ahaahaaha
Partner - Master
Partner - Master

Hi,

May be as variant like at attached file?

Create a bookmark B01 with necessary selections. Create variable vBM with value =If(GetSelectedCount(Customer_EntityName)>0, 1, 0). The variable goes to state 1 if it is selected in "New Customer".  In the document properties, define a trigger for changing the variable vBM which uses the previously created bookmark B01 when changing a variable.

Regards,

Andrey

marcelviegas
Creator II
Creator II

Hi,

Try with a trigger, as shown below:


disparador.jpg