Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
but they seem to affect the sorting.
FYI: I'm using Qlik Sense Enterprise May 2024
Presentation -> Styling -> Chart ( Qlik Cloud July 2025)
****I hope to be available soon in QSEoW
Bye!
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
Not sure but try this
If( Mod(RowNo(), 2) = 0, LightGray(), White())
Presentation -> Styling -> Chart ( Qlik Cloud July 2025)
****I hope to be available soon in QSEoW
Bye!