I am really stuck on the formula so far so I know this is completely wrong, but here is what I have so far
AND(
pse__Expense__r.Billing_Net_Value__c,
NOT(ISBLANK(pse__Expense__r.Billing_Net_Value__c)
pse__Expense__r.pse__Billable_Amount__c ))
Any help would be greatly appreciated!
4 个回答
Hi Kris, Please try the below
BLANKVALUE((pse__Expense__r.Billing_Net_Value__c,pse__Expense__r.pse__Billable_Amount__c)
Importantly, please treat blank values as blanks under blankvalue handling section on the formula field