I resolved this problem by using Global variables for start and end dates and set the date range.
Then used this logic:
if ($gv_StartDate is null)
$gv_StartDate=sysdate() - 45;
if (gv_EndDate is null)
$gv_EndDate=sysdate();
I resolved this problem by using Global variables for start and end dates and set the date range.
Then used this logic:
if ($gv_StartDate is null)
$gv_StartDate=sysdate() - 45;
if (gv_EndDate is null)
$gv_EndDate=sysdate();