
2 Antworten
If(ispickval( Account.Specialty_Branding_NA__c ,"Best"), If(Account.Units_NA_c> 0,
If(Account.Units_NA_c > 200,
20000+(Account.Units_NA__c-200)*5,20000),Null)
,
if(Account.Units_NA__c>0,
if(Account.Units_NA__c>50,
46000+(Account.Units_NA__c-50)*200,46000),Null)
)Try this!