I've seen several messages on this topic on the web - nothing I've seen has worked so far. I'm completely unable to evaluate a NULL date with SQL 2000 as the data source. I've tried several techniques including:
Date( {MR_MEMBER_1.NAR_JOINDT} ) = Date(0,0,0)
This evaluates to FALSE when there is a date present but evalautes to blank if the date is null. Well actually I'm not sure what it evaluates to if the date is NULL because if you later check it with:
If ToText( Formula_Above ) = "" Then
Formula = "BLANK"
it still doesn't evaluate. So without all this trial and error the real question is HOW DO YOU EVALUATE A SQL DATE FIELD FOR NULL VALUES? ; )
Thanks!
X
PS Why isn't there a forum here for a version of Crystal higher than 4.0? It's up to 9.0 now! Or is THIS that forum? ; )
Date( {MR_MEMBER_1.NAR_JOINDT} ) = Date(0,0,0)
This evaluates to FALSE when there is a date present but evalautes to blank if the date is null. Well actually I'm not sure what it evaluates to if the date is NULL because if you later check it with:
If ToText( Formula_Above ) = "" Then
Formula = "BLANK"
it still doesn't evaluate. So without all this trial and error the real question is HOW DO YOU EVALUATE A SQL DATE FIELD FOR NULL VALUES? ; )
Thanks!
X
PS Why isn't there a forum here for a version of Crystal higher than 4.0? It's up to 9.0 now! Or is THIS that forum? ; )