If you only want to return invoices that have cred...
# suiteanalytics
j
If you only want to return invoices that have credit memo's attached to them, you'll need put that in the criteria, I was able to use a formula. Formula (text)
CASE WHEN {applyingtransaction.type} = 'Credit Memo' THEN 'T' ELSE 'F' END
and under the formula box I chose 'is' and T in the box.