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: 
GraceGao
Creator
Creator

Qlik Sense Map visualization

Hi experts,

Is there possible for the conditional color setting in Qlik sense map?

for example, i would like to show the sales by province of China in Map, and when the % vs last years sales below zero show that province area as red, otherwise show green. 

Please advise. 

Thanks.

1 Reply
jheasley
Creator III
Creator III

1) you need a dimension that links the geometry of the province to the province name

2v1) (Newer versions of QS) create a master item with the measure you want and preset the coloration the way you want

2v2) (older versions) create an expression that sets the color, something like:

If(sum(somefield)/Sum(someotherfield) >=50%, Green(),Red())  the measure can really be anything.  The color code will be applied by the dimension of province when applied to the map.