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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table row stripping based on top level

Hi


I think I am nearly there, just need a little guidance.


I want to shade every other PivotTable row based on the first dimension level.


Thanks

Oli


1 Solution

Accepted Solutions
Carlos_Reyes
Partner - Specialist
Partner - Specialist

Try:

=if(sum( total <Parent> odd(aggr(rowno(),Parent)))<0,rgb(160,160,160),rgb(255,255,255))

View solution in original post

2 Replies
Carlos_Reyes
Partner - Specialist
Partner - Specialist

Try:

=if(sum( total <Parent> odd(aggr(rowno(),Parent)))<0,rgb(160,160,160),rgb(255,255,255))

Not applicable
Author

Thank you