<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Anyone know how to use Google Charts (not Maps) in an extension? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366574#M1239839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the Google Pie Chart Extension as requested by Erik !!!&amp;nbsp; Enjoy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2012 21:08:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-03T21:08:29Z</dc:date>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366568#M1239831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know how to use Google Charts (not Maps) in an extension?&amp;nbsp; On the Google Developer site, all the examples seem to pull in the Google Javascript code in the head section of an html document.&amp;nbsp; Please correct me if I'm wrong, but my understanding is that isn't possible here since QlikView controls what goes in the head section, and the Javascript for our extension goes in the body section.&amp;nbsp; Anyone know how to get around this issue?&amp;nbsp; I've found some tantalizingly close solutions for Google Maps using a callback but none for Google Charts.&amp;nbsp; I'm hoping there's a very simple solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366568#M1239831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366569#M1239834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You could do something like this....&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qva.LoadScript("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.google.com/jsapi?callback=loadGoogleCoreChart"&gt;http://www.google.com/jsapi?callback=loadGoogleCoreChart&lt;/A&gt;&lt;SPAN&gt;", function(){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function loadGoogleCoreChart(){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; google.load('visualization', '1', {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; packages: ['corechart'],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; callback: googleCoreChartLoaded&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function googleCoreChartLoaded(){&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qva.AddExtension('MyExtension', function(){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //your extension code here.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 09:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366569#M1239834</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2012-04-25T09:27:22Z</dc:date>
    </item>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366570#M1239835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow Thanks Erik !!!&amp;nbsp; We were able to get the Google Pie Chart visualization working in a QlikView extension &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 19:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366570#M1239835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-26T19:41:05Z</dc:date>
    </item>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366571#M1239836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helped. Is the extensions something you would be willing to share??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 06:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366571#M1239836</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2012-04-27T06:59:33Z</dc:date>
    </item>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366572#M1239837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well there's nothing really proprietary in it so I should be able to...I'll double check just to be sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 13:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366572#M1239837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-30T13:16:24Z</dc:date>
    </item>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366573#M1239838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use this code(to access google charts API) in the text box object .So that i will be able to show the google charts in IE plugin as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 19:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366573#M1239838</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2012-04-30T19:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366574#M1239839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the Google Pie Chart Extension as requested by Erik !!!&amp;nbsp; Enjoy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 21:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366574#M1239839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-03T21:08:29Z</dc:date>
    </item>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366575#M1239840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@bringlogcool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, extensions are ajax-client only. However Google do have their static chart API that you can leverage from IE Plugin if you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You pass a url to google and get a chart back.&lt;/P&gt;&lt;P&gt;Have a look at "What's new in QV11" in the Sales Overlap tab for a sample implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Whats%20New%20in%20QlikView11.qvw"&gt;http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Whats%20New%20in%20QlikView11.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2012 17:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366575#M1239840</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2012-05-06T17:34:36Z</dc:date>
    </item>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366576#M1239841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I agree with you. Since there are places where we cant use the Ajax client so we need to go with IE plugin we are loosing the additional functionality. I aggre since IE is activex or dll component and Ajax is HTML so extensions are supported in Ajax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be other options for these integerations in IE plugin. It could be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 01:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366576#M1239841</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2012-05-07T01:49:21Z</dc:date>
    </item>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366577#M1239842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Personal opinion incoming - Not associated with QlikTech.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or we could scrap the IE-plugin completly. It's 2012 and having browser specific software is not a long term solution. In the age where users are taking more and more responsibility of their own IT-consumption in the business world forcing them to use a specific browser is not something we should endorse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not to mention that if we can eliminate any moving parts on the client side we can reduce support requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can guess I'm a vivid supporter of the AJAX-client and I can't belive any IT department are willing to introduce even more acticeX components in their environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 07:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366577#M1239842</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2012-05-07T07:20:19Z</dc:date>
    </item>
    <item>
      <title>Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366578#M1239843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I support your personal thought. It would be a great idea to have only Ajax going forward but considering it support the macros which is not currently supported by Ajax. May be they have introduced extension to get rid of IE and to support the macros in Aajx.But still not we havent seen any extension supporting supporting the export and other related stuff which was not feasible in Ajax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any have will wait and see.What Qliktech has in future plan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 13:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366578#M1239843</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2012-05-07T13:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366579#M1239844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this great post, by using your advice I was able to make the geomaps extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added it to this post out of gratitude. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2012 13:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366579#M1239844</guid>
      <dc:creator />
      <dc:date>2012-06-23T13:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to use Google Charts (not Maps) in an extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366580#M1239845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow awesome to hear acoppens and thanks for sharing !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 13:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-know-how-to-use-Google-Charts-not-Maps-in-an-extension/m-p/366580#M1239845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-03T13:08:27Z</dc:date>
    </item>
  </channel>
</rss>

