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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_321988

However to show in two lines

Hi all,

 

I want to show the table chart col header to show however in two lines as example below

Line1 service1+service2

Line 2 /overall service

i tried with chr() function nothing helped pls provide your help n support on this 

manoranjan_321988_0-1739881413337.png

 

 

 

 

Labels (1)
1 Solution

Accepted Solutions
olofmalmstrom
Partner Ambassador
Partner Ambassador

The tooltip for the header in Vizlib table supports html, so just adding a simple <br> will create a new line

 ='service1+service2 <br> /overall service'

/Olof

View solution in original post

7 Replies
AnneEb
Contributor II
Contributor II

Hey ya, 

quick question. Did you just use chr()? 
Correct would be chr(13). 

manoranjan_321988
Author

i tried both chr(13)  chr(10) not working

manoranjan_321988
Author

@olofmalmstrom  any help on this is this? is this achievable? Or any qlik experty pls help on this. 

olofmalmstrom
Partner Ambassador
Partner Ambassador

The tooltip for the header in Vizlib table supports html, so just adding a simple <br> will create a new line

 ='service1+service2 <br> /overall service'

/Olof

manoranjan_321988
Author

@olofmalmstrom  thanks and in vizlib table property can u share the screenshot for this header tooltip where to pass 

olofmalmstrom
Partner Ambassador
Partner Ambassador

Ensure the following settings and the tooltip formula in the expression
olofmalmstrom_0-1739911843842.png

 

manoranjan_321988
Author

@olofmalmstrom  great help and much thanks , accepted as solution. happy learning from you