I added a new command to the report. It's working fine when I write
solddate>={?FromDate} and solddate<={?ToDate} in the query.
But when I write,
solddate>=date(year({?FromDate}),1,1) and solddate<={?ToDate}
it's throwing an error: microsoft oledb provider for sql, date is not a
recognized function name.
Could anyone help with it.
solddate>={?FromDate} and solddate<={?ToDate} in the query.
But when I write,
solddate>=date(year({?FromDate}),1,1) and solddate<={?ToDate}
it's throwing an error: microsoft oledb provider for sql, date is not a
recognized function name.
Could anyone help with it.