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: 
Not applicable

how to obtain different map marker color on google map??

Hello All ,

I am new to qlikview .

My requiremnet is obtaining different marker color for different speed in country,

Used the following expression but its nt showing desired result rather reflecting asbelow:

marker_color_label.png

I have used the following expression :

=If(Match([Speed],100,200,300),

          'http://maps.google.com/mapfiles/ms/icons/blue-dot.png',

          If(Match([Speed],400,500),

          'http://maps.google.com/mapfiles/ms/icons/green-dot.png',

          'http://maps.google.com/mapfiles/ms/icons/red-dot.png'))

Please find the attached and rectify where i am wrong.:)

0 Replies