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: 
Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II

SGV Maps and color expression

Hi:

I've a world map that shows correct data, I've this color expression

= IF (Rank(Sum(Visits)) <= 5, Blue(), Green())

I have two problems:

1) Sometimes the north-west africa countries borders dissapear

2) The green color doesn't darker or lighter depending on sum values

You can see this in the attached image.

Image.PNG.png

Thank you

13 Replies
mountaindude
Partner Ambassador
Partner Ambassador

I also had troubles with countries sometimes disappearing - seems to be fixed (as far as I can tell anyway) in the latest version on GitHub.

Please mark the post as a solution if it provided you with a solution to the topic at hand. Thanks!
linusblomberg
Creator II
Creator II

I had similar issues in SVG maps extension issues

But I think I might have solved it by deleting all references to all other maps in all properties files. It worked better straight away and was a lot faster but I still had some issues. I had a couple of different versions of my map saved with different SVG options in inkscape and when I tried another it worked.

Anonymous
Not applicable


Hi Joaquin,

i’ve seen, you have work with SGV Maps and color expression. That’s exactly what I needed. Do you have any working qvw-sample? What are necessary to work with SGV-Maps? Many thanks for your replay.

Regards Stefan

Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II
Author

Hi Stefan:

If you read the full post, you will see an app. GA TEST.qvw

You need this extension created by Brian Munz SvgReader mapping extension now stored on GitHub

Maps, as all the extensions, only work with Ajax Client for Accees Point or Web-view mode for desktop.

Your country data must be coded based in ISO-3166.

Good luck,

Joaquín