Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Changing text size using expressions

Hi,

I want to change text size using a expresiion in the 'text format' of a expresion:

=IF(sum(ventas)>1000,'<H10>')

The expression works when I change to bold, then th condition is OK wiritten

=IF(sum(ventas)>1000,'<B>')

What is wrong in my expresion??

Thanks

5 Replies
gautik92
Specialist III
Specialist III

you cannot change the size of the font but you can change it to bold

gautik92
Specialist III
Specialist III

instead try changing color of the font or background  color for that expression

lik

=IF(sum(ventas)>1000,Red(),Green())

stephenedberkg
Creator III
Creator III

you want to write macro for this

SreeniJD
Specialist
Specialist

Hi Juan,

You can apply "Bold", "Underline", "Italic", however you can't change the size of the font through expression. I'm not very sure whether any script can override this.

let me explore and will let you know.

HTH,

Sreeni

jonathandienst
Partner - Champion III
Partner - Champion III

The format can only be <B>, <I>, <U> or combinations of these.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein