Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Format Date doesn't display month as upper case

Summary
Format Date doesn't display month as upper case
Content
Hi All,
I'm using OTBI release 12 and I have a BI publisher predefined report.
I have a field where I want the date to be displayed with the following date mask : DD-MON-YYYY. It works almost correct, but the month is not uppercase(e.g. not APR but Apr). Any ideas?
Here is the source I use:
<?format-date:(xdoxslt:ora_format_date_offset(xdoxslt:sysdate('YYYY-MM-DD'),7,'+'));'DD-MON-YYYY'?>
Thanks in advance,
Aleks
Answers
-
-
post ur sample xml and rtf template ur using can help u out.
0 -
Hi,
Thanks for your answer, but I checked this before and I cannot see a solution or workaround.
Regards,
Aleks
0 -
which excel version ur using..
0 -
I have the same issue can you help.
In RTF template I added column to show fiscal period but in the excel output the month is not uppercase.
xml tag :
<START_DATE>2018-01-01T00:00:00.000-05:00</START_DATE>
<FISCAL_PERIOD>JAN-18</FISCAL_PERIOD>
whereas the excel output is formatting and showing :
18-Jan I have tried using below formatting in the item but nothing helps.
<?xdofx:to_char(START_DATE,'MON-YY')?>
<?format-date:START_DATE;'MMM-YY'?>
<fo:bidi-override direction="ltr" unicode-bidi="bidi-override"><?FISCAL_PERIOD?></fo:bidi-override>
I would like the fiscal period column output in excel to show as JAN-18 same as what Oracle is generating the xml file.
0 -
<?xml version="1.0" encoding="UTF-8"?>
<DATA_DS>
<G_1>
<SYSDATE>2018-04-06T10:54:08.000-05:00</SYSDATE><FISICAL_PERIOD>APR-06</FISICAL_PERIOD>
</G_1>
</DATA_DS>
If this one is upload in rtf and shown output in excel it shows me in all caps in .xlsx excel output
0 -
excel 2013 is ur excel output is in .xsl or .xslx
0 -
0
-
I have excel 2010, which version did you try in ?
0 -
The excel being generated is in xls format. Is because of the MS office version the format is giving issue ? Which office version should I get for formatting to work ?
Also my BI publisher is bit diff than yours, we are on R12.1 so I'm using BI publisher version 10.1.3.3.0.
0