Hi
I am trying to write a Zucker report with mySQL and parameters
I have done this report in iReports but can get a good excel document - as it has loads of lines inserted.
So
Here is my basic query....
Select * from tasks
WHERE
tasks.deleted <> 0
AND
`tasks`.`date_due` > $datestart
AND
`tasks`.`date_due` < $dateend
I have two parameters that I have bound called
datestart and dateend - in put type is date.
When I hard code the date it works but as soon as I use the parameter nothing outputs.
I have date format of 2007-06-30 in the data base but the date parameter is in UK date format -
30-06-2007.
Any ideas
Cheers


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks