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
sneha kokasneha koka 

Negative sign for currency must be displayed instead of parenthesis

Hi, can someone please help me insert a minus sign instead of parenthesis? The field must be displayed as -$185.90. But whenever there is a negative sign, it is displayed in parenthesis. Example: ($185.90) I have enabled multi currency but still no luck. 
Ajay K DubediAjay K Dubedi
Hi sneha,

For Minus symbol Instead of parenthesis in Negative currency data use bellow code it may helpful for you.
https://help.salesforce.com/articleView?id=000333706&type=1&mode=1

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Ajay Dubedi
www.ajaydubedi.com 
sneha kokasneha koka
Hi, I have gone through the same article previously but it did not work.