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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
sergio0592
Specialist III
Specialist III

Jump lines in help text

Hi all,

It looks simple but i can't remember how to jump line into text help of chart. I have tried with chr(10) but don't works.

Thanks


Labels (1)
1 Solution

Accepted Solutions
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi, I tried below expression, it works fine, New line character is inserted. Share your expression or application to check. ='A' & chr(10) & chr(10) & 'B'

View solution in original post

2 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi, I tried below expression, it works fine, New line character is inserted. Share your expression or application to check. ='A' & chr(10) & chr(10) & 'B'

sergio0592
Specialist III
Specialist III
Author

Thanks, it's because i put only one chr(10).