Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
johanru1
Contributor II
Contributor II

Creating map based on addresses in sql DB

Hi,

I am trying to create a map based on addresses we have in a SQL DB.

Is there any way of doing this?

PS. I do see the massive issue with spelling errors and so on, but hopefully someone has figured out a smart way of getting around that issue as well.

 If none of this is possible, I would like to see if I can pull the postcodes directly from our SQL and get the Latitude/Longitude from a separate spread sheet?

Labels (1)
12 Replies
johanru1
Contributor II
Contributor II
Author

Ok, I managed to cheat out a result, but I know there must be a better way of doing this.

I set the Expression in the measure to Count(Status) and not show Zero values.

rubenmarin1

R9 is filtered but Exceptions and R3 doesn't have any 'where' clause to filter data.

You can use keep... (https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPre...)
...or exists... (https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/InterReco...)
... To filter data based in other tables loaded data.
johanru1
Contributor II
Contributor II
Author

Thank you so much!

This saved me even more hours of work 🙂