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
BI Publisher Template(RTF/eTEXT)

Summary
BI Publisher Template(RTF/eTEXT)
Content
Hi,
Can you please help me out with logic to populate sysdate and time over my BI Publisher Report. I know it can be done using inbuilt template builder but i want to achieve this using XDO coding in my rtf template.
Thanks
Answers
-
RTF you can write <?xdoxslt:sysdate(“DD-Mon-YYYY:HH:mm:ss”)?>
etext : TO_CHAR(SYSDATE,'DD-MON-YYYY hh:mi:ss')
0 -
I think this below code is already available in sample RTF templates...
Date: <?xdoxslt:format_date(xdoxslt:current_date($_XDOLOCALE,$_XDOTIMEZONE),'yyyy-MM-dd','yyyy-MM-dd',$_XDOLOCALE,$_XDOTIMEZONE)?> <?xdoxslt:current_time($_XDOLOCALE,$_XDOTIMEZONE)?>
Page Of 1
0