Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This statement does not seem to work with the modifier:
I'm looking for the difference between 2 states with the modifier (default and Exclusion)
Count( {$-Exclusion} DISTINCT {< account_uuid = {"*"}>} contact_uuid)
If I remove the modifier, I'm getting a correct total.
Count( {$-Exclusion} DISTINCT contact_uuid)
Do you want this:
Count({$-Exclusion <account_uuid = {"*"}>} DISTINCT contact_uuid)
or
Count({$<account_uuid = {"*"}> - Exclusion <account_uuid = {"*"}>} DISTINCT contact_uuid)
Do you want this:
Count({$-Exclusion <account_uuid = {"*"}>} DISTINCT contact_uuid)
or
Count({$<account_uuid = {"*"}> - Exclusion <account_uuid = {"*"}>} DISTINCT contact_uuid)