
I have two tables using an OOB many-to-many relationship and have successfully related records to each other in both tables. I want to filter one table based on whether there are related records in the other table. Beat my head against the wall for 2 hours now so giving up and asking for help...
Hi @mitchpowell ,
I made a sample for you.
Filter(ForAll(TestL32S As temp,If(CountRows(temp.TestL33S)>0,temp)),!IsBlank(TestL32))
Best Regards,
Wearsky