Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Style

Hello All,

I have a table in my qlikview document which I need to turn 1 line grey and the below line white and it goes like that.

However, in the style table in the properties of the table I can only whoose between green, red and blue.

Any idea how I can get the colour to grey.

Many Thanks,

Hasvine

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

you can do this by setting the background color for your expression. Go to the expression tab, Click on the '+' symbol ad give the below condition for background

if(mod(rowno(TOTAL), 2) = 1, rgb(215,215,215), white())

Regards,

Greeshma

View solution in original post

2 Replies
vardhancse
Specialist III
Specialist III

Right click on table->custom format cell->Give the colors required

Anonymous
Not applicable
Author

Hi,

you can do this by setting the background color for your expression. Go to the expression tab, Click on the '+' symbol ad give the below condition for background

if(mod(rowno(TOTAL), 2) = 1, rgb(215,215,215), white())

Regards,

Greeshma