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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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
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