Question
When exporting a report to PDF or Excel, the Notes field contains the HTML formatting tags. (e.g., <p>, $nbsp;). How do I remove these?
Answer
You can make use of the #StripHTMLTags function. For example, if this is for Account ID or Client, this would be the function:
StripHtmlTags(HTMLDecode({Activities.AccountID)
Note: StripHtmlTags(HTMLDecode({Tickets.Details})) for Ticket Details.
If you do not find the StripHtmlTags in the Exago formula list, manually entering them will also work.