Negative price values are showing brackets instead of minus in list viewDescriptionThe negative currency value is displayed as a positive value enclosed in brackets when viewed in the list view.Steps to Reproduce STEPS TO REPRODUCE:1. Log in to any OOB Orlando instance.2. Modify the system properties as below :glide.i18n.single_currency.code : CHFglide.i18n.single_currency : trueglide.system.locale : en.US3. Create a new dictionary record named 'Price' in the 'incident' table with type as currency.4. Open any incident record and change the price field value to a negative value(e.g. -200) . Save the change.5. Open the incident list by typing incident.list in application navigator and customize the list view to view the Price field.EXPECTED BEHAVIOUR:The list view should show the negative value as -200ACTUAL BEHAVIOUR:The list view shows the value as (200)WorkaroundAfter carefully considering the severity and frequency of this problem and the risk of attempting a fix, it has been decided to not address this issue in any current or future releases. We do not make these decisions lightly, and we apologize for any inconvenience.Related Problem: PRB1444943