Hello Mike Fluckiger,
QRW checks the "format phone numbers" option in the A/R and/or A/P company profile to determine how to display phone numbers. If all the phone # are formatted, then you can use subscripts on the string to extract out just the digits:
code:
{AR61A Customer Information.Phone number (formatted (NNN)-NNN-NNNN)}[2 to 4] +
{AR61A Customer Information.Phone number (formatted (NNN)-NNN-NNNN)}[7 to 9] +
{AR61A Customer Information.Phone number (formatted (NNN)-NNN-NNNN)}[11 to 14]
OK?