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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

HTML text

hi

I want to post an email through qlikview, and I have its Msg body in HTML text format.....

Wat I did is...

I done with one variable and  the whole  txt(HTML formatted) is assigned to it.

But in Email I never get required result it shows the txt as it is ie. if i create txt = '<HTML><BODY><b>HI</b></HTML></BODY>' thn email body shows this

'<HTML><BODY><b>HI</b></HTML></BODY>' but not "HI" in bold...

Pls help.............................................

2 Replies
Not applicable
Author

"<HTML><BODY><b>HI</b></BODY></HTML>"

or try this

objMail.HTMLBODY = "<HTML><BODY><b>HI</b></BODY></HTML>"

.

Not applicable
Author

Can you ellaborate?