How to set a date parameters default date to "one hour ago"?
You can use "{$SYSDATE()-1$}" to set a date parameters default date to "one DAY ago" (see http://blogs.oracle.com/xmlpublisher/2008/01/date_parameters.html)
How to set a date parameters default date to "one HOUR ago"? Using "{$SYSDATE()-1/24$}" does not have an impact, the current time is displayed.
How to set a date parameters default date to "one HOUR ago"? Using "{$SYSDATE()-1/24$}" does not have an impact, the current time is displayed.
0