loschiavoj
Programmer
I am trying to have a simple array formula return a value to a report when no records are found. It currently leaves the field blank when no records are found. If it finds a record it returns the correct value.
if {PM_VW.PM} in {?PM}
then
{PM_VW.PM_NAME}
else
"No Records Found
if {PM_VW.PM} in {?PM}
then
{PM_VW.PM_NAME}
else
"No Records Found