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: 
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
Chanty4u
MVP
MVP

ttry this

lik below

=IF(Even(RowNo()),RGB(245,245,245),White())

amit_saini
Master III
Master III

Hi,

Try something below:

=if( BalancePosition='Cash Flow from Operations',LightGray(150))

Thanks,

AS

HirisH_V7
Master
Master

Hi,

Check this in pivot table -> properties -> Style -> Stripes Every ->

stripes in Pivot Style.PNG

HTH,

Hirish

HirisH
inescastelhano
Partner - Creator II
Partner - Creator II
Author

Hi, unfortunately I can't select that option (I don't know why, but I am not allowed to clik there).

Capture.PNG

Thanks for your reply.

Cheers,

Inês

inescastelhano
Partner - Creator II
Partner - Creator II
Author

Sorry, I don't get it. What are BalancePosition and Cash Flow from operations supposed to be?

Thanks,

Inês

inescastelhano
Partner - Creator II
Partner - Creator II
Author

Doesn't work

Thanks for your reply.

Inês

amit_saini
Master III
Master III

That was just for example, you need to change based on your Dimension.

Thanks

AS

avinashelite

Click on the current style > and select the color format that you need and then you will be able to select the number of strip rows