I am using a query expression to link 2 entities. However, in this case I only want to find records that do not have a relationship to a linked entity. In most cases upon creation of one entity record there will be a link to another but sometimes not. I
am looking for a way to capture the ones that did not get a relationship established with a linked entity.
Is there a way to find all records in Entity A that do not have a relationship or link to entity B using query expression?
Robert