Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Matteo1
Partner - Contributor II
Partner - Contributor II

label colour in a table

Hi everybody,

I have a table with 4 columns and I would like to colour the last label with red. Is it possible to do it?  

Labels (1)
1 Solution

Accepted Solutions
mfarsln
Creator II
Creator II

Unfortunately, no.

For cells you can use expressions to colorize, but for labels you can't.

View solution in original post

7 Replies
Qlik1_User1
Specialist
Specialist

Yes its possible via css.

Matteo1
Partner - Contributor II
Partner - Contributor II
Author

how can I do it?

 

mfarsln
Creator II
Creator II

Hi,

You should first get the CSS path for the table's last column. And then add this path to the .css file with background-color property. 

Or you can get February-2020 release. Not yet tried but i think some styling options are added in latest qlik release.

Qlik1_User1
Specialist
Specialist

For that you have to create a custom theme and use that theme in you application.

Custom theme has 3 components css, json, QEXT

below are few link that might helps..

https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/Extensions/Content/Sense_Extensi...

https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/Extensions/Content/Sense_Extensi...

 

Matteo1
Partner - Contributor II
Partner - Contributor II
Author

is there some other solutions for example with the use of a conditional function lik columnno() or stuff like that?

mfarsln
Creator II
Creator II

Unfortunately, no.

For cells you can use expressions to colorize, but for labels you can't.

martinpohl
Partner - Master
Partner - Master

yes, they are added, but unfortunately for all columns at the same time, no expression, only a color symbol

 

header.JPG