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
i believe this is the duplicate question can you please close this to keep the community clean