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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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


talk is cheap, supply exceeds demand
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this

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

Regards,

Jagan.

Not applicable
Author

Thank you very much Gysbert. It works now.