Selecting Date in iReports
964359Sep 25 2012 — edited Sep 27 2012hello..
the part of my query in ireport for selecting the date range is
tran_date BETWEEN (select trunc(sysdate,'year') from dual) AND (select last_day(trunc(sysdate,'month')-1) from dual)
and when i run this in january every year, the year value is not decrementing in second select statement.
can anyone help me out...!