Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try: '\n'
chr(10) is the new line not chr(13).....
try that as well but no go.
It is treating it as a string and appending as \n after each line.