cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
widget.on('ready', function(){
     var tags = $('tbody span:contains("<")');
     for(var i = 0; i<tags.length; i++){
         $(tags[i]).replaceWith(String(tags[i].textContent))
     }
});
BEFORE
AFTER

Challenge

Sisense Pivot Tables do not render HTML if it is coming in as a string from an elasticube or live data source.

Solution

Paste the script above into your Pivot Table's "Edit Script" environment.
Version history
Last update:
‎03-02-2023 09:15 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: