Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hey ya,
quick question. Did you just use chr()?
Correct would be chr(13).
i tried both chr(13) chr(10) not working
@olofmalmstrom any help on this is this? is this achievable? Or any qlik experty pls help on this.
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
@olofmalmstrom thanks and in vizlib table property can u share the screenshot for this header tooltip where to pass
Ensure the following settings and the tooltip formula in the expression
@olofmalmstrom great help and much thanks , accepted as solution. happy learning from you