Reputation: 1
I have a small requirement where i have to add +1 day in a given date and then compare it with a different date to fetch a set of records, please make me understand how can this be achieved in BIP (RTF).
something like-
if CompletetdDate+ 1 = ReportedDate , then print "Successful"
Kindly help me.
Thanks,
Upvotes: 0
Views: 1892
Reputation: 1
Maybe 'xdoxslt:ora_format_date_offset' would help you. You can see an example in https://help.aconex.com/DisplayContent/advanced-functions-in-the-offline-template-builder.
Upvotes: 0