Hi I am trying to create a formula that will only select records with a date greater than 01/01/2005.
The date is held in the field (test.opn_dt)in the format dd/mm/yyyy hh:mm:ss
However I am getting the error "A date-time is required here"
When I run the below:
if {test.grp_cd} = "TTTT" and {test.opn_dt} >= "01/01/2005 00:00:00" then "OK"
Help would be greatly appreciated
Mike
The date is held in the field (test.opn_dt)in the format dd/mm/yyyy hh:mm:ss
However I am getting the error "A date-time is required here"
When I run the below:
if {test.grp_cd} = "TTTT" and {test.opn_dt} >= "01/01/2005 00:00:00" then "OK"
Help would be greatly appreciated
Mike