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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Fix background colors on pivot chart

Dear Qlik Experts,

Attached is an app that I am testing. The pivot table has been color coded in the background.

However, when I click on the year selection, the color runs off, is there any way to make the color remains as it is?

The excel file is where the Qlik program is drawing the data from.

1 Solution

Accepted Solutions
sunny_talwar

Try this for your color

=pick(num(Only({1}[impact pre]&[likelihood pre])),rgb(0,0,0), //ie 01

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),//10

...

View solution in original post

2 Replies
sunny_talwar

Try this for your color

=pick(num(Only({1}[impact pre]&[likelihood pre])),rgb(0,0,0), //ie 01

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),

rgb(0,0,0),//10

...

Not applicable
Author

Hi Sunny,

This works perfect, thank you so much.