I am trying to evaluate an expression for some records in Crystal. I can't get it to work so I went back to a basic expression and I can't get that to work either!
If I place Date({LABOR_TICKET.TRANSACTION_DATE}) in my report I get the Transaction Date returned; for example 7/8/03 is returned. If I change the formula to If Date({LABOR_TICKET.TRANSACTION_DATE}) = Date(07/08/2003) then "True" else "False" the report returns False for all lines (even the 7/8/03 lines). I expect to see True where the Transaction Date is 7/8/03. Can anyone help with this expression so True is returned for lines matching 7/8/03?
Transaction Date is coming from a database that stores the field as DateTime.
Thanks for your help.
Hillary
If I place Date({LABOR_TICKET.TRANSACTION_DATE}) in my report I get the Transaction Date returned; for example 7/8/03 is returned. If I change the formula to If Date({LABOR_TICKET.TRANSACTION_DATE}) = Date(07/08/2003) then "True" else "False" the report returns False for all lines (even the 7/8/03 lines). I expect to see True where the Transaction Date is 7/8/03. Can anyone help with this expression so True is returned for lines matching 7/8/03?
Transaction Date is coming from a database that stores the field as DateTime.
Thanks for your help.
Hillary