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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
atafsson
Creator
Creator

HTML encode syntax

Hi all,

I'm working with a system where I can read comments on transactionrows, the problem is that the SQL DB saves the comments i HTML-syntax where for example "Enter" = " 
' " and Qlikview can't interpret that, it needs chr(10) to understand.

in other cases I've used text(fieldname) or num(fieldname) to force other datatypes, but it does'nt seem to exist any for decoding HTML-syntax!?

Is it possible to encode fieldformats from HTML-syntax?

0 Replies