Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ZebLearney
Contributor III

Change Table Label Text Orientation

Hi

I have a straight table and was wondering if you change the label text orientation so that it is vertical?

Thanks

1 Solution

Accepted Solutions
ZoeM
Specialist

so I am using 14.20.6. Also, see the image below of what i am seeing:

 

ZoeM_0-1659528194579.png

 

View solution in original post

13 Replies
abhijitnalekar
Specialist II

Hi @ZebLearney ,

Can you please share the image of the structure of the table?

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
ZebLearney
Contributor III
Author

ZebLearney_0-1634196659892.png

Hi @abhijitnalekar

Thank you for looking at my problem. I want the header labels to display vertically so that the column widths can be smaller where applicable, like it does in Excel. Can this be achieved?

abhijitnalekar
Specialist II

Hi @ZebLearney ,

Unfortunately, there is only text-wrapped functionality in Qliksense for the table and that has been already used in your scenario. 

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
ZebLearney
Contributor III
Author

OK Thank you for looking.

saso_1970
Creator

Hi maybe you can try to add CSS using the multi KPI object and create  desire result . try this :

.qv-st-header-cell{
writing-mode: vertical-rl !important;
text-orientation: mixed !important;

more about  text orientation you can find on this site https://developer.mozilla.org/en-US/docs/Web/CSS/text-orientation

saso_1970_0-1634211236627.png

 

ZoeM
Specialist

Hey Saso,

Could you elaborate further? I tried the CSS code you posted but I didnt see any effect on my chart. I added it to a Multi KPI object and have a table which needs to have the headers rotated. 

 

.qv-st-header-cell{
writing-mode: vertical-lr !important;
text-orientation: mixed !important;}

 

saso70
Partner - Creator II

Hi are you using the straight table?

saso70
Partner - Creator II

In my case is work i use the Qlik sense May 2022 SR4 , please check image 

saso70_0-1659507947587.png

 

ZoeM
Specialist

so I am using 14.20.6. Also, see the image below of what i am seeing:

 

ZoeM_0-1659528194579.png