HTML email tags appearing when copying and pasting from new style grid report
Hi,
We have a new-style grid report where users are trying to copy the contents of a field that has email addresses.
While the email address appears normally on the report, when you copy it and paste it anywhere else (another field, into a Word doc, an Excel file, an email...anywhere) it pastes with the <a href="mailto: ..."> prefix tag and the closing </a> tag.
We've attempted to strip out the html by creating a few other fields using the RegexReplace function (probably incorrectly), the SearchAndReplace function, and even just ToText function, but we're still unable to get the html cut away.
We are able to copy and paste from a record just fine, but opening each record to copy and paste seems a bit backwards, when it's easier to export the report to csv and copy from there.
I'm thinking this may be an issue in the new-style grid report only, but I could be wrong.
Has anyone else run across this issue in the past and figured out a way around it?