COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: eventob on 27 Jul 2011 07:35:30 AM

Title: Integration of Google maps with Cognos report
Post by: eventob on 27 Jul 2011 07:35:30 AM
Hi

I have a question for you: Is it possible to integrate Google Maps in report studio like this

I have a report with: Client location and assets under management in USD. I want to use the geographic client data (county or country), and render circles on the map illustrating the size of assets under management for each country/region.

I have managed to integrate this somehow, manually, by using langtitude and lattitude, but I was hoping to be able to use the country names, either directly or indirectly through through geocoding.

Thanks in advance, I really apreciate your help. :)
Title: Re: Integration of Google maps with Cognos report
Post by: bdbits on 28 Jul 2011 10:15:25 AM
There are various ways to do what you want. There are some limited built-in mapping abilities, but you specifically mentioned integration with Google maps so I assume you want more than that. Here are some links to get you started.

http://www.ibm.com/developerworks/data/library/techarticle/dm-1005googlemapscognos/index.html?ca=drs-
http://www.ibm.com/developerworks/data/library/techarticle/dm-1001cognosmashup/index.html
Title: Re: Integration of Google maps with Cognos report
Post by: bvk.cognoise on 29 Jul 2011 12:49:28 AM
Hi ,
please follow the steps below


1)From the 'Insertable Objects' toolbox, drag a hyperlink object onto the report as a
new column
2)Change its Text property to Map. Set the URL Source Type to Report Expression and
define the report expression as follows:
for eg:  'http://maps.google.com/maps?q=' + [Query1].[City]
3)Run the report to test it.

please find the link for more deatils

http://my.safaribooksonline.com/book/databases/business-intelligence/9781849680349/tips-and-tricks-report-page/ch04lvl1sec05#X2ludGVybmFsX0ZsYXNoUmVhZGVyP3htbGlkPTk3ODE4NDk2ODAzNDkvOTA=
thanks
bvk