<?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: Qlik sense extension in mashup on external server in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970978#M3623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jeff, Authentication is working fine. The problem is only with sheets having extensions everything else is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 06:55:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-24T06:55:56Z</dc:date>
    <item>
      <title>Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970973#M3618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having trouble in visualizing extension object in mash up API. We have created few extensions objects and dropped them on a sheet. When I use mash up using workbench everything works fine but when I use same mash up on different server it says invalid visualization. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;My qlik server is running on Server A and my web application is running on server B. I am trying to embed extension object form qlik into my web application using mash up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Any one faced similar issue ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 10:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970973#M3618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-21T10:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970974#M3619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you get any errors in the console? Something like HTTP 404??&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, 21 Aug 2015 12:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970974#M3619</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-08-21T12:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970975#M3620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see 404 for &lt;STRONG&gt;/qrs/extension/schema?xrfkey=?&lt;/STRONG&gt; because the context is my web server instead of qlik.&lt;/P&gt;&lt;P&gt;Also I am loading all JS from my server instead of qlik&amp;nbsp; (after copying it from qlik server)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 12:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970975#M3620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-21T12:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970976#M3621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are running on a separate webserver, first I would make sure that you are authenticated. If you are not, make sure anonymous users has access to extensions in the QMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you have copied all of your script files locally the requirejs base path will now reference your webserver.&lt;/P&gt;&lt;P&gt;So if you have extensions which depends on resources loaded with relative paths they will break.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 17:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970976#M3621</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-08-21T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970977#M3622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this document.&amp;nbsp; I suspect some components will help you, in particular the auth parts Alex mentions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8303"&gt;Embedding Qlik Sense content into an IIS Website on Different Servers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 19:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970977#M3622</guid>
      <dc:creator />
      <dc:date>2015-08-21T19:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970978#M3623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jeff, Authentication is working fine. The problem is only with sheets having extensions everything else is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 06:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970978#M3623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-24T06:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970979#M3624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alex, this is exactly what I was thinking but I am not seeing any 404 error in browser console. But at the same time I can't the calls for JS and CSS file of the extension as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 06:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970979#M3624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-24T06:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970980#M3625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the issue was the baseUrl path was not set in require config. Even&amp;nbsp; though I was loading resources from local I had to set the baseUrl in require as qlik server. Looks&amp;nbsp; like some additional resources was need in case of extension but I was expecting some 404 in browser console.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 11:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970980#M3625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-24T11:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970981#M3626</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;Can you explain this little bit more detail. I have a same problem. I have used a SVG extension and I would like to add that object into my mashup demo. Everything works nicelu from HUB. I manage to open the extension object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my mashup will give me a "Invalid visualization" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to configure my require.config in main.js file. At the moment the line is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;require.config( {&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; baseUrl: '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[SERVERIP]:80/resources/" rel="nofollow"&gt;http://[SERVERIP]:80/resources/&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to publish the extension some way? If I edit the properties of extension, I will see that "Everyone can view extensions" -&amp;gt; so I think this is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teppo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 12:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970981#M3626</guid>
      <dc:creator>Teppo_Ojala</dc:creator>
      <dc:date>2015-10-04T12:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970982#M3627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Teppo,&lt;/P&gt;&lt;P&gt;Hard to tell what is the reason for this without knowing how the extension works, but what might be the problem is that the extension loads files with some other method than requirejs. In that case setting baseUrl in require.config will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the browser console. Do you get any 'not found' errors? (HTTP 404). In that case check how the extension loads these files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 07:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970982#M3627</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-05T07:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970983#M3628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will receive a 404 error. The screen shot from console looks like this. What is this folder "resources/assets/external/requirejs" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have this resources folder in my Sense installation. From which installation package this should come? Or do I have do upload some general "extension" first to get this working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teppo&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100921_error.png" style="height: 236px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 10:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970983#M3628</guid>
      <dc:creator>Teppo_Ojala</dc:creator>
      <dc:date>2015-10-05T10:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970984#M3629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Teppo,&lt;/P&gt;&lt;P&gt;Looks like the problem is the file style.css in the svgReader extension. Verify that it's included. If it is check how it is referenced in the extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 11:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970984#M3629</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-05T11:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970985#M3630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have require.js &amp;amp; client.css in these folders in Sense 2.1 server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files\Qlik\Sense\Client\assets\client&lt;/P&gt;&lt;P&gt;C:\Program Files\Qlik\Sense\Client\assets\external\requirejs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have any girby.css file there - is it used any more in latest version? I commented that out and noticed that nothing changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i refer to these require.js and client.css files from html code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment those lines are like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;link rel="stylesheet" href="https://community.qlik.com/resources/assets/client/client.css" media="all"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;script src="/resources/js/external/requirejs/require.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 11:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970985#M3630</guid>
      <dc:creator>Teppo_Ojala</dc:creator>
      <dc:date>2015-10-05T11:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970986#M3631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Teppo,&lt;/P&gt;&lt;P&gt;The symbolic link /resources will point to the client root of your Sense installation, normally \Program Files\Qlik\Sense\Client, so that should be OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qirby.css is replaced by qlikui.css, with the link:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #efefef;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; background-color: #efefef; font-weight: bold;"&gt;link &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #efefef; font-weight: bold;"&gt;rel=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #efefef; font-weight: bold;"&gt;"stylesheet" &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #efefef; font-weight: bold;"&gt;href=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #efefef; font-weight: bold;"&gt;"/resources/autogenerated/qlikui.css"&lt;/SPAN&gt;&lt;SPAN style="background-color: #efefef;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #efefef;"&gt;There should be a redirect to make old mashups work, but sooner or later that will go away, so you might just as well change now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #efefef;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #efefef;"&gt;Erik&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 11:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970986#M3631</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-05T11:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970987#M3632</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;Thanks again Erik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think&lt;/P&gt;&lt;P&gt;&lt;A href="http://192.194.59.45/extensions/" title="http://192.194.59.45/extensions/"&gt;http://&amp;lt;server&amp;gt;/extensions/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;refers to folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\ProgramData\Qlik\Sense\Repository\Extensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;links to ProgramData - not Program Files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I right? I am definitely a wrong guy to investigate these, my experience about web traffic issues in quite small &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970987#M3632</guid>
      <dc:creator>Teppo_Ojala</dc:creator>
      <dc:date>2015-10-05T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970988#M3633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;/resources points to the Qlik Sense client resources &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; \Program Files\Qlik\Sense\Client&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/extensions points to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProgramData\Qlik\Sense\Repository\Extensions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You would probably have a folder with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;svgReader.qext there (probably the folder name is also &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;svgReader ). There should be a style.css file in it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&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>Mon, 05 Oct 2015 12:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970988#M3633</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-05T12:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970989#M3634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this qext file - and I have style.css in same folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qext file is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "name": "SVG Reader",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "description": "Visualizing data on custom or built-in SVG images",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "icon": "map",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "type": "visualization",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "version": 1.0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "preview": "table",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "preview": "svgReader.png",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "author": "Brian Munz"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970989#M3634</guid>
      <dc:creator>Teppo_Ojala</dc:creator>
      <dc:date>2015-10-05T12:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970990#M3635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I removed this answer.. did not include any relevant information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970990#M3635</guid>
      <dc:creator>Teppo_Ojala</dc:creator>
      <dc:date>2015-10-05T12:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970991#M3636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm afraid I've missed important information in your mail: requirejs has added an extra .js to style.css and tries to load style.css,js. It does this to solve some cross-site scripting issues. I don't really know how to solve this, but you could try to copy the style.css file to a style.css.js file. Might work :-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 13:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970991#M3636</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-05T13:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense extension in mashup on external server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970992#M3637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This helped!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Erik and Alexander for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was a challenge..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teppo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 14:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-extension-in-mashup-on-external-server/m-p/970992#M3637</guid>
      <dc:creator>Teppo_Ojala</dc:creator>
      <dc:date>2015-10-05T14:28:16Z</dc:date>
    </item>
  </channel>
</rss>

