Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
->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
->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
Thanks a lot..