Categories
- All Categories
- Oracle Analytics Learning Hub
- 18 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 229 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 85 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