Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
In fact my goal could easily be achieved by having the color segmentation option that exists for density layer: