cancel
Showing results for 
Search instead for 
Did you mean: 

Geomap - Alerts

Former Member
0 Kudos

Hi,

Im trying to make the poi bubbles appear in different colors based on the measure values. Even though the alert colors are given in webi, it doesnt show up on the geomap bubbles. Does it matter if the doc was created in the rich client or not ?

Anyone who has made this work ?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Priya,

on which BO Version and APP version are you working with?

Because the feature you mentioned is supported from 

4.0 SP 2  and XI 3.1 SP4 al least with APP 4.3  (for iOS).

Hope this helps.

Regards

Giuseppe

Former Member
0 Kudos

Hi Priya,

Maybe you could use a work around. Instead of alerters you could use different images in different colors. You need to add _imu(image URL column number) to your table name syntax.

Using a dimension that includes if statements, you could change the pointer image URL based on the value you wanted to give alerter in the first place. For example such a dimension would do the trick: if(Values>100) then (http://myserver:8080/green_dot.jpg) else (http://myserver:8080/red_dot.jpg)

Hope it helps.