Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Encoding

Hye I have a simple question :

does somebody knows how to change the encodage of one variable.

Like having, at the end of  the load something like this :

<p/>"Data I have at the beginning" </p>

and change it to --> "Data I have at the beginning" without the "</p>"

Thx for your help.

raphael.

Labels (1)
3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Maybe by using the textbetween function: textbetween( MyText, '>','<') as MyText


talk is cheap, supply exceeds demand
swuehl
Champion III
Champion III

This thread describes something similar for more complex situations:

Removing HTML markup code

Not applicable
Author

Hye Gysbert, I tryed to simplifie the explenation but the thing I try to change to a real text is just like this :

imageQV.png

Thx swuehl for the link