Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
inescastelhano
Partner - Creator II
Partner - Creator II

Stripes every 1 row pivot table qlikview

Hi all,

I have a pivot table and I would like to color the table with stripes.

I am using the following expression:

=if(Even(RowNo(TOTAL)), LightGray())

But it doesn't work for null values. Could somebody help me out?

Thanks in advance!

Cheers,

Inês

12 Replies
HirisH_V7
Master
Master

Hi,

Check this ,In your Dimensions-> Background Color

                             Expressions ->Background Color

     =if(Mod(RowNo(),2)=0,LightGray(),white())

Stripes Even Dim and Exp.PNG

HTH,

Hirish

HirisH
“Aspire to Inspire before we Expire!”
inescastelhano
Partner - Creator II
Partner - Creator II
Author

Also does not work .

HirisH_V7
Master
Master

can u please share your screen short or app if possible.

HirisH
“Aspire to Inspire before we Expire!”