Crystal Reports How To — Display NotNull fields
1 min readAug 4, 2020
Crystal Reports How To — Display NotNull fields
To display values that are ‘NOT NULL’, use the following:
not(isnull({#field}))
You place a NOT before the ISNULL value.
References:
http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=13442