Hello,
I am needing some help writing a crystal report formula to pull null values for availability. I am an academic scheduler and I would like to be able to pull a list of available classes by term.
I have attempted to write the following formula:
if (isnull ({room})) and
If ({time} = "0800") and
if ({day} = "MWF") and
then {room}+ " "+{time}
I am needing some help writing a crystal report formula to pull null values for availability. I am an academic scheduler and I would like to be able to pull a list of available classes by term.
I have attempted to write the following formula:
if (isnull ({room})) and
If ({time} = "0800") and
if ({day} = "MWF") and
then {room}+ " "+{time}