Sunday, 26 April 2015

Dynamic date range in BI Publisher



Dynamic date range in BI Publisher


While you are scheduling any BI report, you might need to give the date range.
If you wanna achieve dynamism to your report, below is the syntax.

Below snippet would fetch the results for the last seven days.


Date Range From: {$SYSDATE()-7$}
Date Range To : {$SYSDATE()$}

1 comment:

  1. Hi ,

    I am trying this but its not working. When i use hard coded date such as 1-2-2017 it works however {$SYSDATE()-7$} doens't work.

    ReplyDelete