Hi,
I have a problem in lookup I have 3 tables. Let's assume Alpha, Beta and Gamma.
Alpha | |||
111 | Clicked | ||
222 | |||
333 | |||
444 | |||
Beta | |||
111 | 1 | Will display only this | Clicked |
111 | 2 | Will display only this | |
111 | 2 | Will display only this | |
222 | 1 | ||
222 | 2 | ||
333 | 1 | ||
444 | 1 | ||
Gamma | |||
111 | 1 | This is lookup | Only these 3 data should show |
111 | 2 | ||
111 | 2 |
I'm not facing any issue up to Beta grid. I'm facing issue when I click the Gamma lookup. When I click on the look up it shows me all the record which is available in the Beta table. My scenario is only to show the selected beta common value (111). If 222 is selected in beta only 2 records(222 - 1, 222 - 2) should show in the lookup.