HTML Field Display in Platform Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 10:36 AM
Hello!
I have an HTML field (description field from sn_gf_goal table) that I'm trying to display in a platform analytics dashboard without the markup showing, the markup makes it very difficult to read the content and this is for senior leadership.
How can I render the HTML field properly so that the HTML tags are not displayed on the dashboard? Any help is greatly appreciated!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 11:26 AM
The basic answer is that you can't. ☹️ But you can create a String field and put the information from the HTML field into the String field, stripping out all the tags, and then display that on your dashboard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 03:10 PM
Navigate to the par_dashboard_widget.LIST table, find the Rich Text label widget you are looking to edit. In the json field you should be able to update the html attribute to use the markup you desire.