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: 
Not applicable

Cut labels in two lines in a graph

Hi all,

is it possible to cut dimension labels in two lines in a graph?

thanks

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

If you want wrap your dimension value after space, you can try to use replace in calculated dimension.. like

=replace (dimensionname,' ',chr (13))

View solution in original post

3 Replies
settu_periasamy
Master III
Master III

Hi,

If you want wrap your dimension value after space, you can try to use replace in calculated dimension.. like

=replace (dimensionname,' ',chr (13))

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Sometimes. Try adding a line break in the dimension label: 'ABC' & Chr(10) & 'DEF'.


talk is cheap, supply exceeds demand
Not applicable
Author