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

Alternate background colors on rows - Pivot and Tabular table

Is there a way to alternate background row colors on Qlik Sense on both Pivot and Tabular table formats ?

1 Reply
dan_sullivan
Creator II
Creator II

Under the background color expression for a measure, put in this formula:

IF(EVEN(RowNo())=0,Green(),Blue())

You can substitute colors by using Green() = '#2dad88' or some other color code