Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Custom Data format for numeric currency value

Hi ,
I have a data in one of the reports in OBIEE as below
£1200.00
-£3209494.00
£0
£19999.00
-£199.00
Currently I have a set the Data Format as currency and its displaying as above.
My requirement is I want to display the negative numbers in RED and '£' should appear outside Bracket
I am trying something from the one of the previous discussions but its not helping. £0 figure is not appearing. I have put the below condition in Custom Data format
[>0]£#;[<0]£(#)
What I am getting is
£1200
£ (3209494)
£
£19999
£199
Thanks
Raj
Thanks
Answers
-
you can try something like [>0]£#.00;[<0]£(#.00);£#.00 , and use a conditional format to show as a red number.
0 -
Try this
£#0 ; £(#)
To Set the color RED you need to use conditional formatting.
0