Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
manojkulkarni
Partner - Specialist II
Partner - Specialist II

Qliksense - Vertical Text (90 rotate text) in Text Object

Hi All,

can we rotate text to 90 degree in text object of Qlik sense ? It use to present in Qlik presentation tab but not sure about in Qlik sense.  looking for some assistance from  experts.

Labels (3)
2 Solutions

Accepted Solutions
manojkulkarni
Partner - Specialist II
Partner - Specialist II
Author

manojkulkarni
Partner - Specialist II
Partner - Specialist II
Author

Hi @Mark_Little ,

 

Thanks for your suggestion.

View solution in original post

8 Replies
Mark_Little
Luminary
Luminary

HI @manojkulkarni 

Sot something that i have been able to do, i have always had to add it to a image and use the image in a text box.

saso70
Partner - Creator II
Partner - Creator II

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

.qv-object-text-image .qv-media-tool-html{
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

How to use multi KPI:

1. add  multi KPI on sheet

2. add measure =' '

3.Appearance tab select Styles and add the CSS code

saso70_0-1661150702928.png

 

manojkulkarni
Partner - Specialist II
Partner - Specialist II
Author

Hi @saso70 , thanks for your suggestion. Is multi KPI an extension or in-built object in QS.

saso70
Partner - Creator II
Partner - Creator II

Built object in qlik sense

saso70_0-1661155241375.png

 

manojkulkarni
Partner - Specialist II
Partner - Specialist II
Author

Thanks @saso70 , got it.

manojkulkarni
Partner - Specialist II
Partner - Specialist II
Author

Hi @Mark_Little ,

 

Thanks for your suggestion.

Vasunthra_R
Contributor
Contributor

Hi @saso70 I have tried the same you suggested but that's not working. Could you please help.

below image is what i tried.

Vasunthra_R_0-1673590359754.png

 

 

saso70
Partner - Creator II
Partner - Creator II

Hi, i just try the code and is work , you need to add your text in Text & image object and use the multi KPI object with css: 

.qv-object-text-image .qv-media-tool-html {

 writing-mode: vertical-rl !important;