Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

change the selection on one table based on selection on another unassociated table

Hi,

I have two unassociated tables "Cause" and "Result". I would like to change the selection on tablle "Result" based on the value that I select on table "Cause". I've tried to use "Triggers" but couldn't get what I want. Any help will be appreciated. Thanks.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

You're pretty close. You only need to add a search string: ='(' & concat(distinct Cause,'|') & ')'


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

You're pretty close. You only need to add a search string: ='(' & concat(distinct Cause,'|') & ')'


talk is cheap, supply exceeds demand
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try this

http://community.qlik.com/docs/DOC-4021

Regards,

Jagan.

Not applicable
Author

Thank you very much Gysbert. It works now.