You need to sign in to do that
Don't have an account?

CASE() throwing Incorrect Argument Type Error
Hello,
Thanks in advance.
CASE( First_Touch__c, ISNULL(First_Touch__c), Days_to_Lead_Touch_Today__c,NOT(ISNULL(First_Touch__c)), Days_LeadTouch_Business_Hours_FirstTouch__c,Days_LeadTouch_Business_Hours_FirstTouch__c )I'm getting a Error: Incorrect argument type for function 'CASE()' with this formula. I need to conditionally show a different formula field value based on certain criteria. IF() statement not working as I'm getting a compile error. Want to see if CASE() will avoid that.
Thanks in advance.
[1] http://resources.docs.salesforce.com/198/11/en-us/sfdc/pdf/salesforce_formula_size_tipsheet.pdf
All Answers
[1] http://resources.docs.salesforce.com/198/11/en-us/sfdc/pdf/salesforce_formula_size_tipsheet.pdf