Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Changing Bubble Colors on Maps

I have a map created with 5 data points. The pin(bubble) color is the same for each of the 5 data points.  What i would like to do is put in a statement that gives me three different colors.  If the total estimate 5000 then green, if total estimate 3000 then yellow and if total estimate 1000 then red.  Can this be done and if so can someone help me out.

Thanks,

David

12 Replies
Anonymous
Not applicable
Author

Well, you can do it with a conditional show on the chart you need....so the chart you want to display would have an expression in the layout tab > show > check conditional something like

Getfieldselections(field)='field value'

I'm not at my computer so can't give you the exact expression. But may be using the field that shows up when you click on a bubble that shows up in current selections may help.

Not applicable
Author

Awesome.  I will it later when I am back home.

Anonymous
Not applicable
Author

this should take care of your requirement:

(GetFieldSelections(LocDescription))>0

use the expression above for conditional show.