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: 
constany
Contributor
Contributor

Map color by expression, custom label

Hi all,

rather new to qlik.

I'm building an area map and want to change the binning that qlik is doing.

I color by expression:

ColorMix1(IF(sum(A)/Count(distinct B)<10000, sum(A)/Count(B),10000)/10000, RGB(250,0,0),RGB(0,250,0))

I would then like to be able to label by this, something like:

IF(sum(A)/Count(distinct B)<10000, sum(A)/Count(B),'>10000')

The label option is not available (see the picture).

Can you think of some way to accomplish what I want?

Labels (1)
1 Reply
constany
Contributor
Contributor
Author

In fact my goal could easily be achieved by having the color segmentation option that exists for density layer:

 

density_layer.png