How do I suppress a label based on a field being null / not null.
I have a label that says:
"Description:"
[FIELD]
If FIELD is null I want to suppress it. I tried right clicking on "Description" label and selecting "Format text"
Then on the "Common" tab I clicked the x+2 button (this is crystal 9 btw). It came up with the code window.
I tried this:
Not IsNull({Transports.FIELD})
and I also tried:
IsNull({Transports.FIELD})
And I saved and closed .. and reran the report. It did not suppress it...
Jon
I have a label that says:
"Description:"
[FIELD]
If FIELD is null I want to suppress it. I tried right clicking on "Description" label and selecting "Format text"
Then on the "Common" tab I clicked the x+2 button (this is crystal 9 btw). It came up with the code window.
I tried this:
Not IsNull({Transports.FIELD})
and I also tried:
IsNull({Transports.FIELD})
And I saved and closed .. and reran the report. It did not suppress it...
Jon