Hi
Here is my list,
Company (multiple lookup) User (Person) Role (String)
A,B,C U1 R1
A,C U2 R1
D,A,C U3 R2
E, F U4 R3
On starting application, I retrieve row linked user connected, for example U1 --> OK
Based on row found, I have A,B,C Company
How can i retrieve all User based on values linked (A, B, C) Company ?
In my case, the type is table and i can't filter table with table
Any Idea please ?
Thanks