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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
SolankiVatsalya
Partner - Contributor II
Partner - Contributor II

Alternate row coloring in Straight Table without affecting sorting

Hello Community,

I'm looking for a way to color alternate rows in a Qlik Sense Straight Table without interfering with the table's sorting by measures.

I've tried methods like the one described in

https://community.qlik.com/t5/Visualization-and-Usability/Alternate-row-color-in-table-chart-in-Qlik...

but they seem to affect the sorting.

FYI: I'm using Qlik Sense Enterprise May 2024

Labels (3)
1 Solution

Accepted Solutions
rafaelencinas
Partner - Creator II
Partner - Creator II

Hi @SolankiVatsalya 

Presentation -> Styling -> Chart  ( Qlik Cloud July 2025)

****I hope to be available soon in QSEoW

rafaelencinas_0-1752777457023.png

 

Bye!

 

Senior Qlik Architect
Cobra, Stallone, "You're a problem and I'm the solution"

View solution in original post

3 Replies
edwin
Master II
Master II

ive used this before and never encountered sorting issues, maybe your problem is caused by something else.  can you give us an idea what your expressions look like?  or post a sample QVF

Chanty4u
MVP
MVP

Not sure but try this 

If( Mod(RowNo(), 2) = 0, LightGray(), White())

 

rafaelencinas
Partner - Creator II
Partner - Creator II

Hi @SolankiVatsalya 

Presentation -> Styling -> Chart  ( Qlik Cloud July 2025)

****I hope to be available soon in QSEoW

rafaelencinas_0-1752777457023.png

 

Bye!

 

Senior Qlik Architect
Cobra, Stallone, "You're a problem and I'm the solution"