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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Function CHR() not work in QV 11

Hi all

The in QV 11 the function not working for CHR(13).

This is a Bug of QV11?

Thanks

1 Solution

Accepted Solutions
6 Replies
m_woolf
Master II
Master II

Yoou might want to show your expression.

Not applicable
Author

In version 10 works normal, this version 11 this problem occurred.

Create a text object with this example:

='Hello' & CHR (13) & 'World'

='Hello' & '
'&' World '

thank you

swuehl
MVP
MVP

I think this is a reported bug:

http://community.qlik.com/message/157180

Not applicable
Author

Thanks

Not applicable
Author

just use chr(10), work for QV 10 & 11

Not applicable
Author

Hi,

It doesn't work in QV 10 SR 4 too.

So you have to use chr(10)