The ArtOfBI.com Newsletter

Is stupid new and freshly informative on BI and EPM.

Save one little gremlin by not pouring water on its head.

Or, sign up for killer tips, tricks and other BI / EPM goodness delivered right to your inbox.

Hell just do both. Enter your email below.

Oh no what happened?
I already signed up.

BTW, Signing up gets rid of this annoying banner.

Cheers,
Christian & The ArtOfBi.com Team

OBIEE and Google Maps Integration Browser Warning

  • Sharebar

After the first post on Google Maps integration with OBIEE we found that things worked swimmingly with Firefox but a very annoying looking error message was being produced with Internet Explorer(IE).

This image/warning is caused usually by JavaScript errors. As we can see below the Google Map integration still works wonderfully, we just get that imperfect warning symbol.

To get rid of this symbol, enter your Narrative view properties window and change the PostFix property field to the following:

The change you need to make is to change the “onunload” to “onUnload” so that it has an uppercase “U”. Since javascript is a case sensitive language we need to be careful of little things like this.

Alternatively, you can use the pure, sure-fire apprach that Micrsoft recommends which is:

<script type="text/javascript" for="window" event="onunload">
GUnload();
</script>

Place this after <div> tag that the Google Map is actually dumped into when rendered on the page.

Save your view and test it out. Yes! No more annoying warning in the bottom left. Cheers mates.

References:

http://www.devguru.com/Technologies/ecmascript/quickref/evhan_onunload.html

http://msdn.microsoft.com/en-us/library/ms536973(VS.85).aspx

###


Comments: