-
Re: case when field is blank write something else display value
How about something like (CASE WHEN `settlementID` IS NULL THEN IFNULL(`settlementID`,'pending') ELSE `settlementID` END )1 -
Re: hi
hola!1 -
Re: Beast Mode Calculation Help
Is this what you're looking for? (CASE WHEN `Social` = 'Twitter' THEN `Value` * 0.5 WHEN `Social` = 'Facebook' THEN `Value` * 0.5 WHEN `Social` = 'LinkedIn' THEN `Value` * 3.0 END) In this case "…1 -
Re: New Pivot Table: Showing highest number per row
Are you part of a beta or something for the pivot tables? I've been waiting to use it since it was announced and have been bugging my account manager asking when it's coming.1 -
Re: Total Rows Incorrect from Salesforce report
Sounds odd. If you don't figure it out and you're able to I'd recommend using SOQL (workbench would help write it https://workbench.developerforce.com/login.php) to create the same filters that are o…1