Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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]
If you using an Extension, you should use HTML breaks
<br> will help you
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 😞
In which place you are using this expression?
Why do you think that the chr(10) is the problem?
Can you upload the application?
Which client are you using?
Try a combination of
chr(13) & chr(10)
It is in extension pop up, It is displaying the values but only it is not showing in next lines..
because it is showing value, only it is ot showing in next lines..
qlikview 11.2 SR3
Did you try chr(13)?
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