Howdy folks,
Im working in crystal reports 8.5 reporting through an ODBC connection to a progress database. Im trying to create a formula that will supress the email address if the rolecode does not equal UPS. I came up with this but im getting errors:
if {TableCnt.RoleCode} = "UPS"
then print "{TableCnt.EMailAddress}";
Im working in crystal reports 8.5 reporting through an ODBC connection to a progress database. Im trying to create a formula that will supress the email address if the rolecode does not equal UPS. I came up with this but im getting errors:
if {TableCnt.RoleCode} = "UPS"
then print "{TableCnt.EMailAddress}";