Crystal 10 on Oracle
The date field I am trying to work with is represented as a number in the database. I am using this formula to convert the number to a date:
(DateSerial ((int({F0006.MCD4J}/1000)+1900),1,{F0006.MCD4J} mod 1000))
If the field in the database is 0.00 then the formula converts it to 12/31/1899 (which I have displayed on the report). What I need to do is suppress the field if it is equal to 12/31/1899. I am not sure of the syntax I would use in the Suppress option of the Format Formula Editor.
I know it's not coming to me because it's an easy solution!
Thanks
The date field I am trying to work with is represented as a number in the database. I am using this formula to convert the number to a date:
(DateSerial ((int({F0006.MCD4J}/1000)+1900),1,{F0006.MCD4J} mod 1000))
If the field in the database is 0.00 then the formula converts it to 12/31/1899 (which I have displayed on the report). What I need to do is suppress the field if it is equal to 12/31/1899. I am not sure of the syntax I would use in the Suppress option of the Format Formula Editor.
I know it's not coming to me because it's an easy solution!
Thanks