Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vlad_komarov
Partner - Specialist III
Partner - Specialist III

How Map object arranges points' layout?

Hello All,

I've noticed an interesting issue while trying to display multiple points on the map object.

I do have a significantly large data set and usually several points are displayed on top of each other.

I am using "Colored by Expression" option and I am coloring my points using this formula:

if (Ratio >= 0.025, lightgreen(),

     if (Ratio < 0.025 and Ratio >= 0.01,  LightBlue(),

               LightRed()))

My problem is that the Red points are displayed on top of the other points:

Screen Shot 2017-01-10 at 8.37.23 PM.png

I would like to change the order: display Red points "beneath" Green and Blue ones...

But since QS Map object does not support multiple layers, this task is not trivial.

I've tried to rearrange the "Colored by Expression" formula, but it did not change the coloring at all...

I am just trying to understand what can I do to have this coloring re-arrangement done for this object.

Looking forward to your suggestions.

Regards,

Vlad

0 Replies