Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView + Google Maps ( not the static API)

Hello,

currently we got an Application that uses QlikView + MS MapPoint for Marketanalysis, which actually works perfectly fine.

But now I'm thinking about doing those Marketanalysis with Google Maps on our Server.

My problem is, that i can't think of a way how to get something like that running...

Right now I only see a single possible solution...

Which is loading QlikView and Google Maps on a Website in 2 different frames. But the question is: How do I get the 2 Frames to interact with each other?

Hopefully, somebody got a hint for me.

1 Solution

Accepted Solutions
Not applicable
Author

Here's a sample of integrating Google Maps JavaScript v3 API into QlikView.

http://andpointsbeyond.com/2011/06/24/qlikview-google-maps-javascript-v3-integration/

View solution in original post

14 Replies
d_pranskus
Partner - Creator III
Partner - Creator III

Hi

Here is sample application

http://community.qlik.com/media/p/61758.aspx

Cheers

Darius

Not applicable
Author

This sample only shows the static API which is pretty useless for me.

I need a way to use the real Map with QlikView

Not applicable
Author

As far as I am aware you need the Premium version of google maps for this

Not applicable
Author

Yes, but that's no problem.

My problem is, how to interact with a QlikView-Application which runs in my webbrowser.

A simplier example would be:

A website with 2 frames. the first Frame loads the QV-Server and 'ill open a sample .qvw there with a listbox containing 2 values '1' and '2'.

Frame 2 got anything else lets say just plain text and a Button.

Now when i select a value in the QV-Frame i want the selected value to appear in the other frame.

For this it might work if I write a macro which saves a xml-file with the current selections somewhere on the server. So I could read it with the second frame.

The second thing I want to do is: when I click the button in frame 2, i want QV to make a selection in its listbox.

chrisbrain
Partner - Specialist II
Partner - Specialist II

Have you looked into the QlikView WorkBench?

This contains ASP.NET and JavaScript controls/libraries for many things, including listboxes and maps (google maps and MS VE both supported).

You should not need to load two frames, you could do everything in html/Javascript in a single page.

beeido.com - BI | Software | Qlik Integration Services
GitFirst - A CI/CD solution for Qlik Sense
Not applicable
Author

Any pointers on how to get Qlikview and MapPoint working together?

Not applicable
Author

"currently we got an Application that uses QlikView + MS MapPoint for Marketanalysis, which actually works perfectly fine."

Can you give me some pointers on how you were able to do this? I'd really appreciate it.

Tim

Not applicable
Author

Here's a sample of integrating Google Maps JavaScript v3 API into QlikView.

http://andpointsbeyond.com/2011/06/24/qlikview-google-maps-javascript-v3-integration/

Not applicable
Author

Hi Jay,

I manage to make your Google Map (non static) work, now how do I put data(coornidates) in the map from QlikView?

Many thanks.

//Christopher