Closed sweinrarw closed 6 months ago
@sweinrarw you need a space between the !=
and the last two conditions:
While no spaces is valid for SOQL, it's not valid within Apex Rollup's version of filtering. Thanks!
ahhh derp, I didn't even notice that, must have been entered that way in dlrs and I never noticed! Thanks for the speedy reply
No problem!
I re-created this as a rollup using the core action just to confirm it wasn't something with the cmdt. parent is account, child records are contacts. The soql filter included is Statusc != 'Inactive' AND Statusc != 'Nonqualified' AND Account_Status__c !='Inactive' AND Account_Status__c !='Nonqualified'
Status__c is a picklist, Account_Status__c is a formula field so I'm wondering if that has something to do with the error? I took the formula field out and it was able to run successfully. I was able to run a soql query with that exact string included just to confirm i wasn't losing it. Full error received is below: