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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
MuraliPrasath
Creator III
Creator III

Bar Char Question.

Hi,

I have lenghty dimension names. How to wrap the lines?

Capture.JPG

I looking wrap text like this.

Capture1.JPG

How to achieve this?

Labels (1)
2 Replies
vikasmahajan
MVP
MVP

Go to Chart properties ->Presentation->legend Setting-> Wrap Text -> Tick

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
daniel_kusiak
Creator II
Creator II

Hi, try using

=Replace(your_dimension,' ',chr(13))

or

=subfield(your_dimension,' ',1) & chr(13) & chr(10) & subfield(your_dimension,' ',2)

as Calculated Dimension

After that you can also set Dimension Axis like this: