Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2070
Negative value in tooltip, labels
posted

Hi

See the attachment. I am using itemformatstring as given below

but the negative sign replaced by brackets. I want to show with negative sign in tooltip as well as label.

&lt;PERCENT_VALUE:00.##&gt;%(<DATA_VALUE:C>)

How can I do this?

Thanks

Sridhar

Parents
No Data
Reply
  • 26458
    Suggested Answer
    Offline posted

    That is the default behavior of currency formatting. All negative dollar values are displayed in parentheses. You can use $<DATA_VALUE> instead of <DATA_VALUE:C> to have negative numbers

Children