I am making a new report, some fields I have are:
wpoperation.wpoperation
wpoperation.description
wpoperation.opduration
wpoperation.inspector
wpoperation.completiondate
I want the report to only show these fields if they are “Null” thats all, and if these fields are “null” i want the text “null” there.
what is the proper formula to write to achieve this?
if isnull ({wpoperation.wpoperation}
{wpoperation.description}
{wpoperation.opduration}
{wpoperation.inspector}
{wpoperation.completiondate}
then totext (null)
else (N))
iqman152 (BOB member since 2010-02-23)