akabatman2
Programmer
Hi all,
I have come accross an issue with trying to suppress a text field based on the following formula:
NOT ISNULL({Command.Notes}) OR {Command.Notes}<>""
I want to suppress a text field if the Notes contain either some data or a blank(i.e. a space or empty string).
The formula above doesn't work when the notes field is NULL, unless I only use the following:
NOT ISNULL({Command.Notes})
What formula do I need to account for blanks, spaces or NULLs for use in a Crystal suppression formula.
Thanks,
Tom
I have come accross an issue with trying to suppress a text field based on the following formula:
NOT ISNULL({Command.Notes}) OR {Command.Notes}<>""
I want to suppress a text field if the Notes contain either some data or a blank(i.e. a space or empty string).
The formula above doesn't work when the notes field is NULL, unless I only use the following:
NOT ISNULL({Command.Notes})
What formula do I need to account for blanks, spaces or NULLs for use in a Crystal suppression formula.
Thanks,
Tom