I have a simple problem (hopefully). I need to test for zero dates (0000-00-00) in my report. How can I do this using the select expert?
I tried Date(0000,00,00) but this seems to evaluate to {d '-4714-12-31'} in the final SQL produced by Crystal. I need the final SQL to simply be: = '0000-00-00'
I am using CR10 and MySQL
I tried Date(0000,00,00) but this seems to evaluate to {d '-4714-12-31'} in the final SQL produced by Crystal. I need the final SQL to simply be: = '0000-00-00'
I am using CR10 and MySQL