Sign in to submit new ideas and vote
Get Started

Clickable phone numbers in reports

Options

I need to have phone numbers clickable so we can click a phone number from our phone rather than copy/pasting it. Is there a way to do this? I thought embedding some html code would be an option, but that's not working. It isn't a link when viewed in the report, through email after being sent, or on iPhone or Android. (Email and websites are automatically clickable.)

This is the logic I have that pulls the phone number into my report from a cell.

=[Primary First Name]1 + " " + [Primary Phone]1

I thought adding some html like <a href="tel:123-456-7890">123-456-7890</a>

would work, but the quotes screw up the logic.

Websites are automatically clickable so that is working by adding... + "www.google.com" + to the logic string

1
1 votes

Idea Submitted · Last Updated