Skip to main content
I have a formula field that displays the result of this ABS(Renewal_License_Baseline__c - Renewal_Amount__c). I need to display a minus sign in the field that holds this result
2 answers
  1. Feb 11, 2020, 2:52 PM
    Hello Leah,

     

    Just try to add a minus in the beginning

    - ABS(Renewal_License_Baseline__c - Renewal_Amount__c)

0/9000