Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
bhusjosh
Contributor III
Contributor III

Label Background Color

Hello experts,

 

How to change background color of particular label in QlikView Straight table or Pivot table.

Please find attached file for reference.

Regards,

Bhushan

 

3 Replies
uacg0009
Partner - Specialist
Partner - Specialist

Hi Bhusjosh,
In "View" tab, there is a selection called "Design Grid".
Or you can click "Ctrl + G" to open it.
Then right click the cell of your straight table.
Choose the "Custom Format Cell"
Then change what you want.
Aiolos
bhusjosh
Contributor III
Contributor III
Author

Hi Aiolos,

Thanks for your response. This solution works for changing all the labels.

 I don't want to change all the labels color i want to change few among all (e.g. Column-1 Green, column-2 yellow Column-3 red like this). You can see in attached file.

Regards,

Bhushan

uacg0009
Partner - Specialist
Partner - Specialist

if there is logic, you can write some conditions in expression(background part)
In expression tab, click "+" of your expression,
and maybe you can write
if(column() = 1,green(),if(column()=2,blue().....
Please try.
Aiolos