suppress text object if field value is null in crystal
In the formula section, I changed the code from
isnull(field)
to
if {field} = "" then
true;
In the formula section, I changed the code from
isnull(field)
to
if {field} = "" then
true;