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

Alternate row color in table chart in Qlik sense

Is there any way to alternate background row colors on Qlik Sense table chart.

14 Replies
shraddha_g
Partner - Master III
Partner - Master III

Try,

if(Mod(Rowno(),2),red(),green())

pradosh_thakur
Master II
Master II

Hi


if you have more than one dimension you need to use rowno(total) so try this


=if(Even(RowNO(total))=0,LightBlue(),Green())


regards

Pradosh

Learning never stops.
Shahzad_Ahsan
Creator III
Creator III
Author

Thanks pradosh

This is working

The previous answers by Shraddha & Mohammed was only working for one dimension.

By the way Thank You everyone for the response.

pradosh_thakur
Master II
Master II

great!!

please close the thread by marking answers helpful and correct.

Learning never stops.
Majed
Contributor III
Contributor III

Seems that qlik branch is not available or has been moved.

I guess the extension you mean is this one, and yes it good, and works

https://github.com/ajaykakkar93/QlikSense-Sheet-Styler-Lite

Otherwise, you would have to edit each and every dimension with conditional background color.