Okay, I guess I don't quite understand null. Here is the problem. I have a forumula that checks if a bovie is being used or not. This formula works.
However if I try this forumula (not null) then it doesn't work.
Why doesn't the not null work? This is really frusterating!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; SQL database; MS Windows 2K; ORSOS/One Call Hospital Scheduling System v10.1.2; Huge Newbie to Crystal! Operating Room RN Analyst
Code:
if
( isnull({WP_CAUTERY_DTL.SERIAL_NO_CODE})
)
then
"No Bovie"
else
'bovie used'
Code:
if
(not isnull({WP_CAUTERY_DTL.SERIAL_NUMBER}
)
then
"bovie used"
else
' No Bovie'
Why doesn't the not null work? This is really frusterating!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crystal 8.5; SQL database; MS Windows 2K; ORSOS/One Call Hospital Scheduling System v10.1.2; Huge Newbie to Crystal! Operating Room RN Analyst