<?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: Sense Mashup - Invalid Visualization: Extension not found in server in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382750#M8240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/177442"&gt;Qlik sense extension in mashup on external server&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2017 15:16:59 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2017-09-12T15:16:59Z</dc:date>
    <item>
      <title>Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382745#M8235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all! I have a issue with extensions using mashups in another server. Everything is working fine except the extensions. The extension shows "invalid visualization - The visualization not found in the server". When using by single-object, or the html is running in the SENSE server works fine, but i wanna put it fully embedded in my website. Can anyone help me please?&lt;IMG alt="error.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176005_error.png" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15049639295939282" jivemacro_uid="_15049639295939282" modifiedtitle="true"&gt;
&lt;P&gt;/*&lt;/P&gt;
&lt;P&gt;* Basic responsive mashup template&lt;/P&gt;
&lt;P&gt;* @owner Enter you name here (xxx)&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;
&lt;P&gt;/*&lt;/P&gt;
&lt;P&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp; Fill in host and port for Qlik engine&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;
&lt;P&gt;/*var prefix = window.location.pathname.substr( 0, window.location.pathname.toLowerCase().lastIndexOf( "/extensions" ) + 1 );&lt;/P&gt;
&lt;P&gt;var config = {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; host: window.location.hostname,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prefix: prefix,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port: window.location.port,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; isSecure: window.location.protocol === "https:"&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;&amp;nbsp;&amp;nbsp; baseUrl: ( config.isSecure ? "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;" : "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;" ) + config.host + (config.port ? ":" + config.port : "") + config.prefix + "resources"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;} );&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;var prefix = window.location.pathname.substr(0, window.location.pathname.toLowerCase().lastIndexOf("/extensions") + 1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;var config = {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //host: window.location.hostname,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; host: "[SERVER]",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //prefix: prefix,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prefix: "/webticketos/",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port: window.location.port,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; isSecure: true&lt;/P&gt;
&lt;P&gt;};&lt;/P&gt;
&lt;P&gt;//require.config({&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;//baseUrl: (config.isSecure ? "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;" : "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;") + config.host + (config.port ? ":" + config.port : "") + config.prefix + "resources"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;//&amp;nbsp; baseUrl: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://[SERVER]:443/webticketos/resources" rel="nofollow" target="_blank"&gt;https://[SERVER]:443/webticketos/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;requirejs.config({&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; config: {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text: { useXhr: function(url, protocol, hostname, port) { return true; } }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; baseUrl: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://[SERVER]:443/webticketos/resources" rel="nofollow" target="_blank"&gt;https://[SERVER]:443/webticketos/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;define("client.services/grid-service", {});&lt;/P&gt;
&lt;P&gt;require(["js/qlik"], function(qlik) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qlik.setOnError(function(error) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $('#popupText').append(error.message + "&amp;lt;br&amp;gt;");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $('#popup').fadeIn(1000);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#closePopup").click(function() {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $('#popup').hide();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //callbacks -- inserted here --&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //open apps -- inserted here --&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var app = qlik.openApp('bb029934-f1c6-490f-8b47-b171eb44c558', config);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //get objects -- inserted here --&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //create cubes and lists -- inserted here --&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject('QV01', 'LeWNjh');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject('QV02', 'sXJCWE');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject('QV03', 'VCdLwFn');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject('QV04', 'hReQpJs');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject('QV05', 'LHhjdFT');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject('QV06', 'ZrApPL');&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //get objects -- inserted here --&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;});&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 13:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382745#M8235</guid>
      <dc:creator>joaogoncalves</dc:creator>
      <dc:date>2017-09-09T13:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382746#M8236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, Not every extension is used in Mashup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 03:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382746#M8236</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-12T03:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382747#M8237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could clarify what you mean by &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;extensions&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt; &lt;/EM&gt;using mashups in another server ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only guess that somehow this bespoke extension which looks like the ClimberKPI from Branch / GitHub has insufficient permissions to the AD User / server running the MashUp, or may not be installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 08:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382747#M8237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T08:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382748#M8238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I have 2 servers. One with Qlik Sense June2017 Patch1 (Single Node) and one server with IIS.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;When i put the run the html(of the mashup) in the Qlik Sense server the Climber Extension works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382748#M8238</guid>
      <dc:creator>joaogoncalves</dc:creator>
      <dc:date>2017-09-12T12:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382749#M8239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you have the&lt;EM&gt; &lt;/EM&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;require.config&lt;/EM&gt; for the &lt;/SPAN&gt;&lt;EM&gt;baseUrl:&lt;/EM&gt; commented out.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That may well be the joker, as I am pretty sure you need it - but I claim no expertise in this area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 14:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382749#M8239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382750#M8240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/177442"&gt;Qlik sense extension in mashup on external server&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 15:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382750#M8240</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-12T15:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382751#M8241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style: decimal; color: #5c5c5c; margin: 0px 0px 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;requirejs.config({&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; config: {&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text: { useXhr: &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;(url, protocol, hostname, port) { &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;; } }&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; baseUrl: &lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://[SERVER]:443/webticketos/resources" rel="nofollow" target="_blank"&gt;https://[SERVER]:443/webticketos/resources&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;});&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;I've created the baseUrl with the correct address. But i've tried with the first code without success either. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 16:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382751#M8241</guid>
      <dc:creator>joaogoncalves</dc:creator>
      <dc:date>2017-09-12T16:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382752#M8242</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; We can't use climber extensions in mashup. I am also faced same issue. If you want that extension you have to call sheet by using &lt;STRONG&gt;iframe &lt;/STRONG&gt;like&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;lt;iframe src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://servername/single/?appid=....&amp;amp;amp;sheet=...&amp;amp;amp;opt=nointeraction&amp;amp;amp;select=clearall" rel="nofollow" target="_blank"&gt;https://servername/single/?appid=....&amp;amp;sheet=...&amp;amp;opt=nointeraction&amp;amp;select=clearall&lt;/A&gt;&lt;SPAN&gt;" style="border:none;height:700px;width:1250px;position: absolute;"&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;lt;/iframe&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/H6&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382752#M8242</guid>
      <dc:creator>pathiqvd</dc:creator>
      <dc:date>2017-09-13T07:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382753#M8243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm unable to show any extension in mashup, not just the climber. But &lt;STRONG&gt;only&lt;/STRONG&gt; when my html page is not on Qlik Sense Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 10:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382753#M8243</guid>
      <dc:creator>joaogoncalves</dc:creator>
      <dc:date>2017-09-13T10:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382754#M8244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you configured requirejs baseUrl ?? Do you get any errors in the browser console??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 10:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382754#M8244</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-09-13T10:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382755#M8245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i've configured baseurl:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;requirejs.config({&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; config: {&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text: { useXhr: &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;(url, protocol, hostname, port) { &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;; } }&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; baseUrl: &lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://[SERVER]:443/webticketos/resources" rel="nofollow" target="_blank"&gt;https://[SERVER]:443/webticketos/resources&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;});&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In browser no errors. Only one ws request pending, and I don't know why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 12:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382755#M8245</guid>
      <dc:creator>joaogoncalves</dc:creator>
      <dc:date>2017-09-13T12:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382756#M8246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No expert on these things, but is your server / dns name really called &lt;EM&gt;[SERVER]&lt;/EM&gt;, or have you posted name that to keep the real name secret.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 15:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382756#M8246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-13T15:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382757#M8247</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;Correct or wrong I don't know &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; Try this, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;var prefix = window.location.pathname.substr( 0, window.location.pathname.toLowerCase().lastIndexOf( "/extensions" ) + 1 );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var config = {&lt;/P&gt;&lt;P&gt;host: window.location.hostname,&lt;/P&gt;&lt;P&gt;prefix: prefix,&lt;/P&gt;&lt;P&gt;port: window.location.port,&lt;/P&gt;&lt;P&gt;isSecure: window.location.protocol === "https:"&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;require.config( {&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;baseUrl: ( config.isSecure ? "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;" : "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;" ) + &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;config.host + (config.port ? ":" + config.port: "") + config.prefix + "resources"&lt;/P&gt;&lt;P&gt;} );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;require( ["js/qlik"], function ( qlik ) {&lt;/P&gt;&lt;P&gt;qlik.setOnError( function ( error ) {&lt;/P&gt;&lt;P&gt;$( '#popupText' ).append( error.message + "&amp;lt;br&amp;gt;" );&lt;/P&gt;&lt;P&gt;if ( !control ) {&lt;/P&gt;&lt;P&gt;control = true;&lt;/P&gt;&lt;P&gt;$( '#popup' ).delay( 1000 ).fadeIn( 1000 ).delay( 11000 ).fadeOut( 1000 );&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;} );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var app = qlik.openApp('46842aa9-4e2a-46e2-835b-72bd070ae160', config);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 04:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382757#M8247</guid>
      <dc:creator>pathiqvd</dc:creator>
      <dc:date>2017-09-14T04:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382758#M8248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;var config = {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;host: window.location.hostname, //here, since we running the script in a diferente server, host variable becames the IIS server, instead of qlik sense server. In that case, every visualization became unavailable.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;prefix: prefix,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;port: window.location.port,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382758#M8248</guid>
      <dc:creator>joaogoncalves</dc:creator>
      <dc:date>2017-09-14T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382759#M8249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 3 things you should consider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, if you add the path to "qlik" in your "paths" in your require config, that'll fix some extensions. Hopefully, this is enough to make it work, and you don't have to consider anything else.&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;require.config({&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #ce9178;"&gt;"baseUrl"&lt;/SPAN&gt;: (config.isSecure ? &lt;SPAN style="color: #ce9178;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; : &lt;SPAN style="color: #ce9178;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; ) + config.host + (config.port ? &lt;SPAN style="color: #ce9178;"&gt;":"&lt;/SPAN&gt; + config.port : &lt;SPAN style="color: #ce9178;"&gt;""&lt;/SPAN&gt; ) + config.prefix + &lt;SPAN style="color: #ce9178;"&gt;"resources"&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #ce9178;"&gt;"paths"&lt;/SPAN&gt;: {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ce9178;"&gt;"qlik"&lt;/SPAN&gt;: (config.isSecure ? &lt;SPAN style="color: #ce9178;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; : &lt;SPAN style="color: #ce9178;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; ) + config.host + config.prefix + &lt;SPAN style="color: #ce9178;"&gt;"resources/js/qlik"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work, check if your qlik sense server is on https, and your mashup is on http, if so, extensions will often not load from the qlik sense server. As far as I know, if this is your problem, there is no way around this. What you could do instead is register the extension on the fly &lt;A href="https://community.qlik.com/qlik-blogpost/5207"&gt;Registering extensions on the fly&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If adding "qlik" to paths doesn't fix it, and you're not trying to serve assets from an https Qlik Sense to http server, it may be a problem specific to the extension. For instance, if something in the extension is trying to load any assets relative to the server, and expects to be on the same domain as the Qlik Sense server, it won't be able to find those assets. In this case, you'd have to make edits to the extension to address that. And often if I have to do this, &lt;SPAN style="font-size: 13.3333px;"&gt;I also register the extension on the fly,&lt;/SPAN&gt; keeping the mashup specific modified copy with the mashup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382759#M8249</guid>
      <dc:creator>Francis_Kabinoff</dc:creator>
      <dc:date>2017-09-14T13:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382760#M8250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all thank you for you time. Unfortunately &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;adding "qlik" to paths doesn't fix it and as far as I understood, register extensions on the fly is not an option for us. The extensions are complex and require multiple .js files in multiple folders.&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;Do you know if there is someway possible to make the Qlik Sense extensions working with qlik sense already registered(and working) extensions? Seems like when we make a request to Qlik Sense the extension folder that js expect is from IIS server, instead of qlik sense server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, thank you for your time and availability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;João Gonçalves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 16:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382760#M8250</guid>
      <dc:creator>joaogoncalves</dc:creator>
      <dc:date>2017-09-19T16:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382761#M8251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on the extension code itself. If the extension is loading stuff with require.js, then it should load ok because it will use the baseUrl in the require config. But if the extension is trying to load relative assets outside of require.js, then obviously being on a different server will affect the relative path. You'd have to check out each particular extension to see what's going on and adjust the code as necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And an extension being complex and requiring multiple files shouldn't be a barrier to registering the extension on the fly. The extension almost certainly has a single entry point. You would just serve the entire extension folder containing all of the contents, and register the single entry point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 17:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382761#M8251</guid>
      <dc:creator>Francis_Kabinoff</dc:creator>
      <dc:date>2017-09-19T17:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sense Mashup - Invalid Visualization: Extension not found in server</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382762#M8252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Francis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in that case we have to use iframes for out use case. Once again thank you for your time and explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 18:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-Mashup-Invalid-Visualization-Extension-not-found-in-server/m-p/1382762#M8252</guid>
      <dc:creator>joaogoncalves</dc:creator>
      <dc:date>2017-09-19T18:21:19Z</dc:date>
    </item>
  </channel>
</rss>

