Hi again

Im having some problems getting suppress to work.
I want to suppress the field if there is no records to show.
Currently VRW prints "(null)", but I dont want that.

This is what Im trying in the function for suppress, but its not working.

if isnull({WSHPVALG.TYPEVALGTEXT}) then
return true
else
return false
end

What to do?

Thanks,
Jimmy