My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: Revenue by Customer Saved Search
Here is the working formula sum(CASE WHEN {accounttype} = 'Income' THEN {amount} ELSE 0 END + CASE WHEN {accounttype} = 'Deferred Revenue' THEN {amount} ELSE 0 END - CASE WHEN {ac…1