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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

list box selection

Dear All,

I have Created an Inline Table with Data as A, B, C, D

and i have a List Box Table Table1 as Data A, B, C, D

so, when i select Data A in Inline Table Data A Should also get Selected in List Box.

Can, Anyone please Suggest me how to do it, I am usinf Qlikview Developer 9.0 SR6.

Please Help me its Urgent.

Regards,

Pranav

Labels (1)
2 Replies
prieper
Master II
Master II

Both fields need to share the same Fieldname.

HTH
Peter

Not applicable
Author

Hi

you must use a trigger on the table field, then access the document properties, a tab triggers in the "Field Event Triggers" select the field "A" add a trigger to select the field"B".

The expression is:


='('&Concat(Distinct A,'|')&')'