Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
madnanansari
Creator
Creator

Different color for odd and even lines in a table

I have a sheet with a table in Qlik Sense having 20 columns having 4 dimensions and 16 kpi.

When the user looks at it; he is lost which line he is looking at.

We have to highlight OR change color of the full line OR set the background color for alternate (odd or even) lines so that user feels it handy to read the report.

This is same like EXCEL where we highlight the odd lines to look different from the upper line.

1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

In Background color,

for alternate line coloring you can use:

If(Mod(Rowno(Total),2),Red(),green())

View solution in original post

5 Replies
shraddha_g
Partner - Master III
Partner - Master III

In Background color,

for alternate line coloring you can use:

If(Mod(Rowno(Total),2),Red(),green())

kkkumar82
Specialist III
Specialist III

Hi tried something like this, please check the image

Background images in Qliksense.png

is this something your are looking for

kkkumar82
Specialist III
Specialist III

I have used condition similar to Shraddha

madnanansari
Creator
Creator
Author

yes

Anonymous
Not applicable

Hello,

this is not a good solution. I've tried it on my own.

Coloring the rows works fine, but after I added the formel "If(Mod(Rowno(Total),2),Red(),green())" i cant't sort my columns. If i delete the formel, sorting the columns works fine. Is there a solution for this problem, which works also with the possibility to sort the columns?

Best regards,

Patrick