Skip to main content
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]

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

If you using an Extension, you should use HTML breaks

<br> will help you

View solution in original post

11 Replies
Not applicable
Author

I believe you are using this in Text Box, The code looks OK, but may be your fields are returning multiple values, which can not be shown in text object 😞

Not applicable
Author

In which place you are using this expression?

Anonymous
Not applicable
Author

Why do you think that the chr(10) is the problem?

Can you upload the application?

swuehl
MVP
MVP

Which client are you using?

Try a combination of

chr(13) & chr(10)

Anonymous
Not applicable
Author

It is in extension pop up, It is displaying the values but only it is not showing in next lines..
Capture.PNG.png

Anonymous
Not applicable
Author

because it is showing value, only it is ot showing in next lines..

Anonymous
Not applicable
Author

qlikview 11.2 SR3

Not applicable
Author

Did you try chr(13)?

Bill_Britt
Former Employee
Former Employee

HI,

I don't use Char(10). I just but a "enter" between the quote makes.

[Country]& '

'&'Registration Date:'&[Date
of Granting]
&'

'&'Registration Status:'&[Registration
Status]

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.