Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Triggers Help

Hi All,

I have two tables Table 1 and Table 2.

In table 1 i have A column and in Table 2 i have column B.

Now those two tables are not linked to each other , so in order to get whatever i filter in A those should be filtered in B.

This i have achieved by doing field event triggers. But the problem is the table 2 values  is keep on getting selected but it is not getting cleared even though there is no selection in Table 1.

Can you please tell me how can i do this.

Thanks,

Bharat

1 Solution

Accepted Solutions
Akhil_Reddy
Contributor III
Contributor III

->GO TO FIELD EVENT TRIGGERS.

->SELECT THE FIELD 1

->GO TO ONSELECT

-> ADD ACTION

->ADD ACTION TYPE SELECTION

-> SELECT IN FIELD

->PUT THE FIELD 2(WHICH YOU WANT TO GET SELECTIONS BY CLICKING ON FIELD1)

-> PUT IN SEARCH STRING "= GET FIELD SELECTIONS(FIELD1)

I THINK IT SHOULD WORK .

THANKS

View solution in original post

2 Replies
Akhil_Reddy
Contributor III
Contributor III

->GO TO FIELD EVENT TRIGGERS.

->SELECT THE FIELD 1

->GO TO ONSELECT

-> ADD ACTION

->ADD ACTION TYPE SELECTION

-> SELECT IN FIELD

->PUT THE FIELD 2(WHICH YOU WANT TO GET SELECTIONS BY CLICKING ON FIELD1)

-> PUT IN SEARCH STRING "= GET FIELD SELECTIONS(FIELD1)

I THINK IT SHOULD WORK .

THANKS

bharatkishore
Creator III
Creator III
Author

Thanks a lot..