Skip to main content
Hello everyone , here is what i am trying to achieve but i have an error of syntax

 

AND (

 

IF

 

( Agencie2019_C  !=  AgencieCurrent_C ,

 

TotalAmountAuto__c * 

 

CASE( Agencie2019_C ,

 

"Agencie A",1,

 

"Agencie B",0.70,

 

"Agencie C",0.70,

 

0,

 

),

 

IF(Agencie2019_C  =  AgencieCurrent_C ,

 

TotalAmountAuto__c * 

 

CASE( AgencieCurrent_C ,

 

"Agencie A",1,

 

"Agencie B",0.70,

 

"Agencie C",0.70,

 

0,

 

)

 

 
1 Antwort
  1. 26. Juni 2019, 16:41
    i believe this is the duplicate question can you please close this to keep the community clean
0/9000