When I try to strip hyphens from phone numbers using the following forumla ...
Replace ({EMPLOYEE.TELE_WORK}, "-","")
... the report just contains a blank space, no data. I am certain that the correct field is displayed, and it does have data. The original field contains data like 301-555-1212, and I want it to print as 3015551212.
Replace ({EMPLOYEE.TELE_WORK}, "-","")
... the report just contains a blank space, no data. I am certain that the correct field is displayed, and it does have data. The original field contains data like 301-555-1212, and I want it to print as 3015551212.