Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
pooja_prabhu_n
Creator III
Creator III

Chr(13) is not working in access point

Hello everyone,

I'm using the chr(13) function in Text as pop up and it works perfectly from my qlikview desktop but when the dashboard is opened from  Qlikview access point this function does not work.I am getting all the texts in single line instead of next line. Any suggestions?

Thanks,

Pooja

Labels (1)
1 Solution

Accepted Solutions
prma7799
Master III
Master III

3 Replies
prma7799
Master III
Master III

try with


chr(10)

jonathandienst
Partner - Champion III
Partner - Champion III

I have used chr(10) without any problems.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
pooja_prabhu_n
Creator III
Creator III
Author

Thank you. It works without any issues.