<?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: Linking to amcharts via extensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309293#M1179827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi see below solution with dummy data. Rest is looping through data from the hypercube on the layout element and parsing that in instead of the dummy data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Here's a link to a workin progress git repository for implementing an amWaterfall chart:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/NielsLindberg/Qliksense.Extension.amWaterfall/blob/master/amWaterfall.js" title="https://github.com/NielsLindberg/Qliksense.Extension.amWaterfall/blob/master/amWaterfall.js"&gt;Qliksense.Extension.amWaterfall/amWaterfall.js at master · NielsLindberg/Qliksense.Extension.amWaterfall · GitHub&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 13:20:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-23T13:20:06Z</dc:date>
    <item>
      <title>Linking to amcharts via extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309290#M1179824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;First of all apologies for my earlier post. It is not ampcharts but amcharts that I am trying to export in. I understand that extensions is the way to this. But, is there any documentation that leads me through what I need to do , and how. I have downloaded amcharts , I think it’s the correct version, and have located the extensions examples. Any pointer’s please.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 15:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309290#M1179824</guid>
      <dc:creator />
      <dc:date>2012-02-22T15:42:08Z</dc:date>
    </item>
    <item>
      <title>Linking to amcharts via extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309291#M1179825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Were you successful in getting this extension object working?&amp;nbsp; I am trying to do the same thing but there is no documentation that is useful on the extensions at all.&amp;nbsp; Getting help on this area is very difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd be interested in where you got with it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 11:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309291#M1179825</guid>
      <dc:creator />
      <dc:date>2012-03-21T11:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to amcharts via extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309292#M1179826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies for responding to this 2 years later, but my search engine query only got this post has a result and as such i'm hijacking its search engine optimisation to say first that in Qlik Sense its possible to integrate AmCharts, I've done it myself successfully (created a QS extension that is). I would be interested in knowing if someone else has managed to do the same in QV, and if not but trying to, make myself available to collaborate!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309292#M1179826</guid>
      <dc:creator />
      <dc:date>2015-01-28T10:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to amcharts via extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309293#M1179827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi see below solution with dummy data. Rest is looping through data from the hypercube on the layout element and parsing that in instead of the dummy data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Here's a link to a workin progress git repository for implementing an amWaterfall chart:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/NielsLindberg/Qliksense.Extension.amWaterfall/blob/master/amWaterfall.js" title="https://github.com/NielsLindberg/Qliksense.Extension.amWaterfall/blob/master/amWaterfall.js"&gt;Qliksense.Extension.amWaterfall/amWaterfall.js at master · NielsLindberg/Qliksense.Extension.amWaterfall · GitHub&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 13:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309293#M1179827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to amcharts via extensions</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309294#M1179828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌another way may be to check out Vizlib - its an advanced visualisation library built for Qlik Sense so may be more appropriate then trying to build yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.vizlib.com/?utm_campaign=beinghelpful&amp;amp;utm_source=qlikcommunity&amp;amp;utm_medium=forum"&gt;www.vizlib.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 00:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-to-amcharts-via-extensions/m-p/309294#M1179828</guid>
      <dc:creator>cookiejest</dc:creator>
      <dc:date>2017-09-14T00:48:50Z</dc:date>
    </item>
  </channel>
</rss>

