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: 
_rohitgharat
Creator
Creator

chr(10) and chr(13) not working on qlikview access point

Hi Everyone,

I am facing issue in my application. I have used chr(10) in my bar chart as a dimension along with column. But on access point it doesn't seem to be working. I have tried using chr(13) as well , but it also failed. Is there any alternative to this? I want to display dimension value in a next line.

Thanks in advance.

Early responses will be appreciated.

Labels (1)
1 Reply
Miguel_Angel_Baeyens

Depending on regional settings, you may need to use both:
'First line of text ' & Chr(10) & Chr(13) & 'Second line of text'