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일 오후 7: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