Skip to main content
I'm trying to set a percent value based on forecast category.  I keep getting a syntax error on the following statement:

 

if (Forecast_Category__c) = "Pipeline", 0.10, 0.0)

 

The syntax error is that I have an extra "," and the one it points to is just after the "Pipeline" test.

 

Pulling what's left of my hair out, what am I not getting here?
14 respostas
  1. 26 de out. de 2012, 02:48
    and do yourself a big favor, use the Advanced Tab on the Formula Builder and the insert buttons. 

     

    and do yourself a big favor, use the Advanced Tab on the Formula Builder and the insert buttons.
0/9000