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: 
Nikolas
Contributor II
Contributor II

New line in expression of a bar chart dimension

Hello Community,

I am using Qlik sense Enterprise and I am trying to add a line break in an expression for a dimension in a bar chart. To be more specific i want this result:

NikosRados_0-1596124281987.png

But i am only getting: Norway 2

My expression is the following: =if([date] <> 'UK',Country & Chr(10) & Number )

I did also try & '<br>' & and also & chr(13) & chr(10) &.

No result, both country and number in the same line... 

Is there a way ?

Thanks 

Nikolas 

Labels (2)
2 Replies
Steven_Haught
Creator III
Creator III

I have tried this multiple ways as well to no solution. Apparently that it is not supported to use either of those methods. I have found a solution in mapping but not in charts as of yet! 

Nikolas
Contributor II
Contributor II
Author

Thanks for your answer Steven!