Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

color coded charts . is this possible?

Hi ,

My requirement is something like this.

I have 2 dimensions and 1 expression  and I need to display based on the increase number of messages at particular day in particular time as per the live data. And that should display a red color that indicates more messages.like a heat map.

I am attaching a sample of excel file.

Wondering if i can incorporate the same in qlik.

any help is really appreciated.

thanks.

1 Reply
Anil_Babu_Samineni

Create BG Color expression something like

if(Field1<=4,RGB(97,147,13), if(Field1>=5 and Field1<=8,RGB(246,158,22),Green()))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful