Skip to main content
Amin Ahcene が「#Data Management」で質問
Hello everyone , my formula wont 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
1 件の回答
  1. 2019年7月18日 19:48
    What do you mean by layer?

     

    Also you need to use case instead of an IF function.

     

    Lastly, can you explain what you are trying to do? You are trying to multiply a unitprice by what? 
0/9000