Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
brijeshvma
Partner - Creator
Partner - Creator

How to Give Background color based on the Value

Hi All

I Created a Cohort Chart in qliksense. for that i used as Pivot Table to achieve this.

But i want to give color to the Background based on the values.

As check Vertical Value and give dark green color to Highest Value than medium number in Yellow Color and lowest number in

Red Color .

Kindly Check the Attachement . that will show you how i am Looking for.

my exp : Count(Distinct VID)

5 Replies
sunny_talwar

Would you be able to share your application?

Anonymous
Not applicable

Hi,

You can try in "VISUAL CLUES" tab , available in CHART properties .. It is very easy.

sunny_talwar

Is that available in Qlik Sense as well?

brijeshvma
Partner - Creator
Partner - Creator
Author

I think so No..

Ralf_Heukäufer
Partner - Creator III
Partner - Creator III

Hello,

yes it is possible with a if clause set in the Measure by background color by expression

if(myvalue>minimum and myvalue< maxofminimum, red(),if(myvalue>middle and myvalue<middlemax,yellow(),if(myvalue>minofmax,green())))