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: 
Not applicable

color coding

Hi All,

   i need to change the color for region which is having sale below 300000  should be  shown in red others in green  PFA

Regrads,

Nagaraju

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

SAMPLE.JPG.jpgGo to expression tab

ON Longitude click on + sign and under background color write below expression..

IF(SUM(sales)<300000, RED(), GREEN())

View solution in original post

7 Replies
maxgro
MVP
MVP

in your first expression, background color, expression

if(sum(sales) < 300000  , red(), green())

see attachment

MK_QSL
MVP
MVP

SAMPLE.JPG.jpgGo to expression tab

ON Longitude click on + sign and under background color write below expression..

IF(SUM(sales)<300000, RED(), GREEN())

Not applicable
Author

Hi Manish,

   Here in my map i am not able to show California in my map can u please help me

Not applicable
Author

Hi Guys,

  Actually my requirement is to show heat map how can i acheive that

amit_saini
Master III
Master III

Hi Kannuri,

Please find the attachment.

Thanks,

AS

MK_QSL
MVP
MVP

You have wrong longitude for California...

It should be something like below..

Lat 37.072710

Long -117.106934

Not applicable
Author

manish,

  Can you please help me how can get the same as heat map