I am trying to report on all issues of an item from a specific date and time, unfortunately the date and time are stored separately.
I have been using the following formular
issue_table.issue_date =>{?date_sent}
issue_table.issue_time =>{?time_sent}
If i enter in the input parameters
date_sent 27/08/2010
time_sent 14:00:00
i only get issues from 14:00:00 for each day.
How do i get all issues from 14:00:00 on 27/08/2010 todate.
I have been using the following formular
issue_table.issue_date =>{?date_sent}
issue_table.issue_time =>{?time_sent}
If i enter in the input parameters
date_sent 27/08/2010
time_sent 14:00:00
i only get issues from 14:00:00 for each day.
How do i get all issues from 14:00:00 on 27/08/2010 todate.