I am developing a report that displays the number of records that met the noon cutoff and that did not meet the noon cutoff. I have started with a formula like this:
'if ({table.datefield} > '???'.....'
Everything I have tried where the '???' is does not work. I am hitting oracle 9.2 and the field is a date time field but all I need to calculate against is the time. I have tried:
"12:00:00"
Time(12,00,00)
TimeValue(12,00,00)
TimeValue(.5)
Obviously I am not getting the right syntax. I appreciate any feedback on this. Thanks in advance.
Jim
'if ({table.datefield} > '???'.....'
Everything I have tried where the '???' is does not work. I am hitting oracle 9.2 and the field is a date time field but all I need to calculate against is the time. I have tried:
"12:00:00"
Time(12,00,00)
TimeValue(12,00,00)
TimeValue(.5)
Obviously I am not getting the right syntax. I appreciate any feedback on this. Thanks in advance.
Jim