Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to give alternative background for table rows in qlik sense

How to give alternative background for table rows in qlik sense

1 Reply
dmohanty
Partner - Specialist
Partner - Specialist

subeeshar

=if(Even(RowNo(TOTAL))=0,Green(), Red())


TOTAL is used if you have more than one dimension. In case of one Dimension, you can skip TOTAL.