grierfield
Technical User
if isnull({profile.surgeon}) or
{profile.surgeon} = "" or
{profile.surgeon} = " " then
"F" else "T"
Question - why does this program work? how does ISNULL work?
cant find anything in Crystal user guide.
{profile.surgeon} = "" or
{profile.surgeon} = " " then
"F" else "T"
Question - why does this program work? how does ISNULL work?
cant find anything in Crystal user guide.