HelpOnline
Programmer
Need help using the function for an actuate report on sqlserver to use DateDiff in the report textual query editor as
select DateDiff("m", :BeginDt, :EndDt)
where :BeginDt, :EndDt are actuate parameters of datatype Date
select DateDiff("m", :BeginDt, :EndDt)
where :BeginDt, :EndDt are actuate parameters of datatype Date