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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

string chr() is not working!!

Hi,

Below ch(10) is not working can some one find any error in writing this code?

=[Country]&Chr(10)

&'Registration Date:'&
[Date
of Granting]
&Chr(10)

&'Registration Status:'&
[Registration
Status]

11 Replies
Anonymous
Not applicable
Author

I tried with chr(13) instead of chr(10), it did not give me any change..

Clever_Anjos
Employee
Employee

If you using an Extension, you should use HTML breaks

<br> will help you