Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a source that has the values on html code, is there a way to remove the html code before to display it in a text object?
There´s no ready-to-go function.
You need to play with TextBetween and replace´s to do that
Or use a vbs macro as suggested by gwassenaar here Removing HTML markup code
Maybe make us of this html code and do not remove it. You can find MinimalisticHtmlTextBox extension on Qlik Branch
Stefan WALTHERswr (who created it) wrote a blog post about it:
QlikTip #39: Displaying Html content within QlikView (Minimalistic HtmlTextBox Object Extension)
BR,
Kuba
Thank you for the answers, I will try to remove the html code directly on database and then display the values on QlikView. Thank you again