I am trying to find a formula that will choose records based on if any object meets a certain criteria.
Ex: Query pulls all customers with an outstanding balance; I want to include ONLY those customers that have also made an additional transaction since 3/1/2015, but the invoice should list ALL outstanding transactions.
If John Smith has an outstanding balance from 7/1/2014 and had additional transaction on 3/9/2015; the invoice should pull both transactions.
If Jane Doe has an outstanding balance from 7/1/2014, but has made no additional transactions, I don't want to include her in my record pull.
Ex: Query pulls all customers with an outstanding balance; I want to include ONLY those customers that have also made an additional transaction since 3/1/2015, but the invoice should list ALL outstanding transactions.
If John Smith has an outstanding balance from 7/1/2014 and had additional transaction on 3/9/2015; the invoice should pull both transactions.
If Jane Doe has an outstanding balance from 7/1/2014, but has made no additional transactions, I don't want to include her in my record pull.