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
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Date format uppercase in OBIEE analysis

user6287828
Rank 2 - Community Beginner
Hello
I am intending to show date in an OBIEE report in the following format.
12-JAN-2016
To do this I am going to column properties -> data format-> select "custom" -> and specify DD-MMM-YYYY.
I am getting the date output as 12-Jan-2016.
So the problem is Month. How can I get JAN instead of Jan .
I also tried DD-MON-YYYY
Thanks
0
Answers
-
Hi,
as OBIEE is a web app just fix it by a CSS style: text-transform: uppercase;
0