gingerbagpuss99
Technical User
I have Crystal 8.5 and am trying to select records between certain times. Unfortunately the field is a string.
I have tested the field to see if it can be converted to a time with Istime ({field}) but this returns false. I have created the following formula to break the time up but I can't seem to put it (all together with separators) and then be able to use this to filter on the time. I'm not sure I'm on the right track.
( (Mid ( ({field}) , 5 ,4 ) ),
(Mid ( ({field}) , 3 ,2 ) ),
(Mid ( ({field}), 1 ,2 ) ) )
Thanks for your help.
I have tested the field to see if it can be converted to a time with Istime ({field}) but this returns false. I have created the following formula to break the time up but I can't seem to put it (all together with separators) and then be able to use this to filter on the time. I'm not sure I'm on the right track.
( (Mid ( ({field}) , 5 ,4 ) ),
(Mid ( ({field}) , 3 ,2 ) ),
(Mid ( ({field}), 1 ,2 ) ) )
Thanks for your help.