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
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Bi Publisher - add x days to a date element in rtf template -FA24D

JHerreria
Rank 1 - Community Starter
What is the function to add one day to an RTF Template?
Below function is not working for me in FA 24D
<?xdoxslt:ora_format_date_offset(YOUR_DATE_FIELD, 1, '+')?>
0
Answers
-
Below should help:
Bi Publisher - add x days to a date element in rtf template — Oracle Analytics
Thanks.
0 -
Thanks MandeepGupta, but they do not work. I tested:
<?format-date:(xdoxslt:ora_format_date_offset(xdoxslt:ora_format_date(PRINT_DATE_TIME,'YYYY-MM-DD'),14,'+'));'DD MONTH YYYY'?>
<?xdoxslt:ora_format_date_offset('2009-06-03',position(), '+')?>
0