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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Veerendra_Katikala
Contributor III
Contributor III

Wrap dimension text values

Hi Experts,

I need to values to be in next line when the values has the space, in other words, wrap the text automatically when the text doesn't to the chart and should be shown as new line. if you notice below values in pie chart, full value doesn't appear in the chart but can see in the tool tip, instead i want to see as new line.

Veerendra_Katikala_0-1752513535108.png

 

1 Solution

Accepted Solutions
Digvijay_Singh

Unfortunately dimension text wrapping is not available in the charts like Bars/pie, you might need to go for extension if its a critical need

View solution in original post

2 Replies
Digvijay_Singh

Unfortunately dimension text wrapping is not available in the charts like Bars/pie, you might need to go for extension if its a critical need

avinashelite

Try this in the script level 

replace(Dimension, chr(32),chr(10))