Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
1600eads
Contributor III
Contributor III

using html and css directly in a label expression

Hello, I'm facing an issue where I have a multi KPI but the titles are now being cut off due to the size of the object. The font setting under the presentation tab does not work as expected and the lowest 10 font size is still too big for my scenario.

I recall in the past being able to apply css directly onto an expression. Wondering if this is still possible in the latest version of Qlik desktop?

it was something along the lines of: <p style=font-size:6px;> TEST LABEL </p>

Does anyone recall being able to do this?

Labels (2)
1 Reply
AmeliaAndersson
Employee
Employee

If you mean the title of the multi KPI then I think its better to change that in a custom theme. If you mean the labels then adding this to the css box changed it to size 6 px for me. 

& .label * {
 font-size:  6px;
}