Bi Publisher - add 7 days to a date element in rtf template
Content
I wish to add 7 days to a date element in rtf template. I read several topics but I cannot get it to work somehow.
I have the following code in my rtf template:
<?if:count(PROMISED_DATE)='0'?><?format-date:xdoxslt:ora_format_date_offset(CREATION_DATE,7,’+’);'DD-MM-YYYY'?><?end if?>
Unfortunately it is not increasing the creation date + 7 days in my template. What am I doing wrong?
Thanks. Ilona
Version
Bi Publisher 12.2.1.4.0Code Snippet
<?if:count(PROMISED_DATE)='0'?><?format-date:xdoxslt:ora_format_date_offset(CREATION_DATE,7,’+’);'DD-MM-YYYY'?><?end if?>
0