I'm writing in CR8.5 against an informix v7 database.
I present my users with two parameters (date and time)
In my select expert, I need to evaluate the following
If datetime({?date},{?time}) in datetime({?date,083000}) to datetime({?date,085900}) then {db.app_time}
what this is attempting to filter is the presence of any time between the date my users select and the times between 8:30 and 8:59.
I can't seem to get this to work for me, any help would be great.
I present my users with two parameters (date and time)
In my select expert, I need to evaluate the following
If datetime({?date},{?time}) in datetime({?date,083000}) to datetime({?date,085900}) then {db.app_time}
what this is attempting to filter is the presence of any time between the date my users select and the times between 8:30 and 8:59.
I can't seem to get this to work for me, any help would be great.