Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I want to change the background color every other row in the report

I want to change the background color every other row to make the report easier to view

I am using a chart

If you know, please let us know.

4 Replies
oknotsen
Master III
Master III

Is this a question for QlikView or Qlik Sense?

What "chart" are you using?

Let us know so the topic can be moved to the correct forum.

May you live in interesting times!
Anil_Babu_Samineni

May be use this for BG color of that Expression

if(mod(rowno(), 2) = 1, Red(), white())

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

if(mod(rowno(total), 2) = 1, Red(), white())

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Object Properties->Style->Current Style->Pyjama X

There are many similar styles available. Select the one that you like best.