for a given fromdate and todate, i want the starting from 1st of january of that year to {?todate}, so i wrote
if {table.date} in date(year({?FromDate}),1,1) to {?ToDate}
then {table2.IDS} else tonumber({@null})
its working for some report but not for giving the right results for others. could anyone help with it.
is there any other way to write in the case of starting from the year.
if {table.date} in date(year({?FromDate}),1,1) to {?ToDate}
then {table2.IDS} else tonumber({@null})
its working for some report but not for giving the right results for others. could anyone help with it.
is there any other way to write in the case of starting from the year.