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, '+')?>
Below should help:
Bi Publisher - add x days to a date element in rtf template — Oracle Analytics
Thanks.
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(), '+')?>