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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
ferha_jafri
Partner - Creator III
Partner - Creator III

New line not working in Alert message

Hello Everyone,

I am facing a problem with email alerts as I have multiple if statements and in between them I am inserting chr(13) or chr(10) , in the mail alert message but when I am receiving emails there is no new line inserted between the statement although when putting the expression in the text object it is working fine. Any idea why I am facing this problem or do I need to use ant other character for new line in mail alerts. I am using Qlikview ver 11.20 SR15.

Thanks in advance

Ferha Sharma

4 Replies
balabhaskarqlik

Try: '\n'

avinashelite

chr(10) is the new line  not chr(13).....

ferha_jafri
Partner - Creator III
Partner - Creator III
Author

try that as well but no go.

ferha_jafri
Partner - Creator III
Partner - Creator III
Author

It is treating it as a string and appending as \n after each line.