Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Color within Dimension

If I have a Dimension, let´s say Account

Account = (Revenues,Costs, Ebitda,NetIncome)

How can I make EBITDA black and bold within the Dimension in a Pivot Table ???

Appreciate the help

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

In your table properties, expand the dimension "account" and edit the "Text Format". In order to have the Ebitda Account displayed as bold just write this kind of code:

=if(Account='Ebitda', '<B>')


View solution in original post

4 Replies
Not applicable
Author

I think you can do it by chart properties --> Visual Cues --> select the expression and select Bold checkbox..

You can also add calculated font color expression in dimension and expressions...

Not applicable
Author

Thanks for your reply,

My question is how to do it in a dimension, I run out of ideas. I would appreciate if you can guide me through

Thanks

Not applicable
Author

Hi,

In your table properties, expand the dimension "account" and edit the "Text Format". In order to have the Ebitda Account displayed as bold just write this kind of code:

=if(Account='Ebitda', '<B>')


Not applicable
Author

Thanks a lot man, It worked perfectly.