Skip to main content
Amin Ahcene a posé une question dans #Data Management
Hello everyone, my formula won't work , i need help  :) i want to add a layer to a formula

 

Thanks in advance for the input

 

UnitPrice *

 

IF(

 

ISBLANK(TEXT( Marketer_Special_C__c ),

 

"A",1,

 

"B",0.70,

 

"C",0.70,

 

0

 

)

 

CASE(

 

BLANKVALUE( TEXT(  Opportunity.Marketer_c  ), 

 

TEXT(Opportunity.Account.Marketer__c),

 

"A",1,

 

"B",0.70,

 

"C",0.70,

 

0
18 réponses
  1. 18 juil. 2019, 13:44
    Hi Amin,

     

    There are several syntax errors in the above formula, to a point where I can't exactly figure out what it's trying to do. Would you mind explaining what you need the formula to return?
0/9000