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.
<PERCENT_VALUE:00.##>%(<DATA_VALUE:C>)
How can I do this?
Thanks
Sridhar
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
Hey
The comma seperator not shown. I need that also for negative values. Your solution is working but another issue arised.