Hi,people!
I'm working with Crystal 9 and I have problem with sending null values in Date parameter.
This is my formula:
if {?parameter}='ACTIVE' then
({table.field} = Date (0, 0, 0))
else if {?parameter}='INACTIVE' then
({table.field} <> Date (0, 0, 0))
else
true
I'm getting such results in a query:
WHERE ("table.field">=TO_DATE ('30-12-1899 00:00:00', 'DD-MM-YYYY HH24:MI:SS') AND "table.field"<TO_DATE ('30-12-1899 00:00:00', 'DD-MM-YYYY HH24:MI:SS'))
How I can show null values for date?
I'll appreciate any answer.Thanks in advance.
Lana.
I'm working with Crystal 9 and I have problem with sending null values in Date parameter.
This is my formula:
if {?parameter}='ACTIVE' then
({table.field} = Date (0, 0, 0))
else if {?parameter}='INACTIVE' then
({table.field} <> Date (0, 0, 0))
else
true
I'm getting such results in a query:
WHERE ("table.field">=TO_DATE ('30-12-1899 00:00:00', 'DD-MM-YYYY HH24:MI:SS') AND "table.field"<TO_DATE ('30-12-1899 00:00:00', 'DD-MM-YYYY HH24:MI:SS'))
How I can show null values for date?
I'll appreciate any answer.Thanks in advance.
Lana.