function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mcat73mcat73 

Need help with workflow rule formula

I'm trying to write a workflow rule that takes the value from one field (Total Order Revenue) and populate it into another field (Amount).

Easy enough formula - I just wrote the formula to equal:

Total_Order_Revenue__c

 

Problem: It's only returning absolute values. Regardless of if the Total Order Revenue field has a positive or negative value, it will always populate a positive value in the Amount field.

I'm in the 11th hour of rolling out a new implementation and just hit this snag - HELP!

Thanks in advance!! 

mpannmpann
This looked weird and I tried to reproduce, but could not. My apologies for the question, are you maybe missing the parentheses around the value denoting a negative value?