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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
priyav24
Creator II
Creator II

How to format title of the Chart Object??

Hello Everybody,

                          I have a requirement  that i want to show the title of the chart in two lines...that is i need to wrap the title of the chart object in two lines,there is no caption for this chart object.I want to make changes to the title of the chart object.

Note: There should not be a caption for the chart object.

Thanks in Advance,

Priya

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

     Try this.

     ='This chart is about ' & chr(10) & ' Sales '

     Use the chr(10) to get an extra line.

     Dont forget to use the multiline option in caption tab.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

     Try this.

     ='This chart is about ' & chr(10) & ' Sales '

     Use the chr(10) to get an extra line.

     Dont forget to use the multiline option in caption tab.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!