Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
kishorj1982
Creator II
Creator II

color for rows

Hi All,

PFA

How to show color for alternate rows as shown in attachment in QV pivot table and straight table.

Thanks

11 Replies
Clever_Anjos
Employee
Employee

2 ways

  1. Go to  "Style Tab" and change to Pijama Blue
  2. Use if(Mod(Rowno(total),lightblue()) as background color expression
kishorj1982
Creator II
Creator II
Author

Hi,

Thanks

but expression is not working

thanks

sergio0592
Specialist III
Specialist III

Hi,

Use Even() function with :

=If(Even(RowNo(TOTAL))=0, rgb(171,206,241), white())

kishorj1982
Creator II
Creator II
Author

Hi All,

I am not able to get the output as per attachment's screenshot.

Thanks

Clever_Anjos
Employee
Employee

could you attach a screenshot of your expression?

kishorj1982
Creator II
Creator II
Author

Hi,

PFA.

Can you please share an example.

thanks

Anonymous
Not applicable

Hi,

see Attachments

i think its according to your requirement

kishorj1982
Creator II
Creator II
Author

Yes,

But in Qlikview  it is not working as shown in attached QVF file.

thanks

tresesco
MVP
MVP

Try to share your sample qvw that shows the issue.