Hi
I was trying to filter data from table "Request WB" which is a child table of "Requests". Now I want to exclude data that is already exists in another table "Received Requests". In "Received Requests" table I have one lookup column from Request.
Is there any way to do this?
Filter(Request ICC ,Not(ICC_ Request_ Org_ ID in 'Received Requests'.Req_ID ))
I have used this code and failed!!