Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Both fields need to share the same Fieldname.
HTH
Peter
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,'|')&')'