Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, QlikView gurus
I've got one question regarding pivot calculations. Is there a way how to calculate the maximum value per each column and to add red background color to it?
I belive that it's quite simple, but due to lack of experience I'm out of ideas how to achieve this. I tried couple of methods, but still no luck.
Many thanks in advance
HI,
Try this.
Click on + sign next to your expression.
Click on Background color. Add this expression at definition.
=if(sum(EventCount_A) = max(total <Month_A>EventCount_A),rgb(125,125,125))
Click on ok.
Notice the changes.
Also have a look at the attched document.
Regards,
Kaushik Solanki
HI,
Try this.
Click on + sign next to your expression.
Click on Background color. Add this expression at definition.
=if(sum(EventCount_A) = max(total <Month_A>EventCount_A),rgb(125,125,125))
Click on ok.
Notice the changes.
Also have a look at the attched document.
Regards,
Kaushik Solanki
Thanks... what else can I say
KR, Walters
Hi Walter,
Nothing to say more.
I am glad that my solution worked for you.
Cheers,
Regards,
Kaushik Solanki