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: 
sevvalk
Creator
Creator

Row colors

Hi. I want to change the row colors in the table to 2 different colors. For example, like white and gray. White background, gray background, white background, gray background respectively. I want this for ease of reading.

Thanksss.

Labels (3)
1 Reply
PrashantSangle

If you just want to do it for reading purpose then you can try other alternate solution like

on hover change color of rows & font color

PrashantSangle_0-1699001428780.png 

PrashantSangle_1-1699001457131.png

 

Select color as per your need.

or still you want to highlight the rows in grey & white pattern then you must have unique ID or Auto number field in your table then 

in your dimension or in measure you can write expression for color like

if(mod(ID,2)=1,grey(),white())

 

Regards,

Prashant Sangle

 

 

 

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂