<?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: Create Mashup outside Qlik Server Repository folder in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307366#M7291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Qlik calls a API for export to sheet internally when we request with following code:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject("divid","objectid").then(function(model) {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var table = new qlik.table(model);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#exp").bind('click', function() {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table.exportData({&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; download: true&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; })&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This API looks like : &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?serverNodeId=03457757-9d1f-4a11-bae8-54a11d3950f1" title="https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?serverNodeId=03457757-9d1f-4a11-bae8-54a11d3950f1"&gt;https://qlik-sense-host:qlik-sense-port/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?server…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i am calling same function this API hitting qlik with my host and port as following:&lt;/P&gt;&lt;P&gt;&lt;A href="https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?serverNodeId=03457757-9d1f-4a11-bae8-54a11d3950f1" style="font-size: 13.3333px;" title="https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?serverNodeId=03457757-9d1f-4a11-bae8-54a11d3950f1"&gt;https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?server…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So output what i am getting is '404 error' ,as this API is nowhere exist in Qlik Sense&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162703_Capture.PNG" style="height: 125px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i can change its HOST and PORT with Qlik Sense HOST and PORT before calling this function then it could be done because when i am changing same API url's HOST &amp;amp; PORT with Qlik Sense host and port manually&amp;nbsp; then it giving me exact output(excel sheet) that what it should give.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 06:47:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-10T06:47:40Z</dc:date>
    <item>
      <title>Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307359#M7284</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 want to creating mashups outside the extensions folder. Is there any way to create a mashup for Qlik Sense outside its Extensions folder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 13:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307359#M7284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307360#M7285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense behaves like a normal web server listening on port 4848. You can see your mashups when you query &lt;A href="http://localhost:4848/extensions/yourMashup"&gt;http://localhost:4848/extensions/yourMashup/ &lt;/A&gt;because that is the 'public' folder of your Sense server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversely, you could write your own web server on localhost listening to another port and serve the web applications from there. From there, you can open as well the Qlik applications you need to work with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 10:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307360#M7285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T10:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307361#M7286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But actually i need to create a mashup in my own directory let's say it on D:/MyMashup, As i assumes that while creating a mashup on Qlik Sense Server uses its own files (require.js, qlik.js, etc) and by using these javascripts it process our queries for render qlik objects to a mashup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if i provides these files from my own directory and queries for qlik objects and it return me response as it gives while creating on it's server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because when i tried to do same it responding me some error for Handshaking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concern is if i am creating mashup in my own directory then how these file will communicate with qlik server to render my object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 15:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307361#M7286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T15:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307362#M7287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I got it right, you want to run a mashup given the following conditions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You have your Qlik Sense Desktop up and running&lt;/LI&gt;&lt;LI&gt;You have an application in it, to which you want to connect using the Mashups API&lt;/LI&gt;&lt;LI&gt;The files for the mashup are not in the Extensions folder&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I've done is to create a separate folder in My Documents and I've written the simplest mashup there can be. It contains only 2 files, index.html and main.js:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is index.html&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14931996770155987 jive_text_macro" jivemacro_uid="_14931996770155987"&gt;
&lt;P&gt;&amp;lt;html lang="en"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta http-equiv="content-type" content="text/html; charset=UTF-8"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;title&amp;gt;Sample Mashup&amp;lt;/title&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta charset="utf-8"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta name="HandheldFriendly" content="True"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta name="MobileOptimized" content="320"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta name="apple-mobile-web-app-capable" content="yes"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta name="apple-mobile-web-app-status-bar-style" content="black"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta http-equiv="cleartype" content="on"&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:4848/resources/autogenerated/qlik-styles.css" rel="nofollow" target="_blank"&gt;http://localhost:4848/resources/autogenerated/qlik-styles.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:4848/resources/assets/external/requirejs/require.js" rel="nofollow" target="_blank"&gt;http://localhost:4848/resources/assets/external/requirejs/require.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;script src="./main.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;div class="flex-container"&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as for main.js&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1493199823126262 jive_text_macro" jivemacro_uid="_1493199823126262" modifiedtitle="true"&gt;
&lt;P&gt;var config = {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "host": "localhost",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "prefix": "/",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "port": "4848",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "isSecure": false&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;&amp;nbsp; baseUrl: ( config.isSecure ? "&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;A class="jive-link-external-small" href="http://community.qlik.com/" 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;require( ["js/qlik", "jquery"], function ( qlik, $ ) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qlik.setOnError( function ( error ){&lt;/P&gt;
&lt;P&gt;&amp;nbsp; alert( error.message );&lt;/P&gt;
&lt;P&gt;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; var app = qlik.openApp('NameOfYourApp.qvf', config);&lt;/P&gt;
&lt;P&gt;})&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is pretty much all you need to get started building something more complex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 09:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307362#M7287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-26T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307363#M7288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is what i need, Thanks for your solution. It was really helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 13:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307363#M7288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-26T13:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307364#M7289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As per above solution i can create my mashup externally, but can i apply qlik's export as excel to it as :&lt;/P&gt;&lt;P&gt;app.getObject("divid","objectid").then(function(model) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; var table = new qlik.table(model);&lt;/P&gt;&lt;P&gt;&amp;nbsp; $("#exp").bind('click', function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; table.exportData({&lt;/P&gt;&lt;P&gt;&amp;nbsp; download: true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp; })&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 12:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307364#M7289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307365#M7290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share a screenshot of your console to see what errors are you getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime, I'd suggest you check out the following thread, in which it seems they discuss the same issue you're having:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/160658"&gt;How to include "Export data" feature in a mashup&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 06:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307365#M7290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T06:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307366#M7291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Qlik calls a API for export to sheet internally when we request with following code:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject("divid","objectid").then(function(model) {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var table = new qlik.table(model);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("#exp").bind('click', function() {&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table.exportData({&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; download: true&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; })&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This API looks like : &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?serverNodeId=03457757-9d1f-4a11-bae8-54a11d3950f1" title="https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?serverNodeId=03457757-9d1f-4a11-bae8-54a11d3950f1"&gt;https://qlik-sense-host:qlik-sense-port/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?server…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i am calling same function this API hitting qlik with my host and port as following:&lt;/P&gt;&lt;P&gt;&lt;A href="https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?serverNodeId=03457757-9d1f-4a11-bae8-54a11d3950f1" style="font-size: 13.3333px;" title="https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?serverNodeId=03457757-9d1f-4a11-bae8-54a11d3950f1"&gt;https://localhost:8442/tempcontent/f4eb3235-4f07-4e84-b2d4-d6846d9535ec/32e4ed5b-264f-447d-96e9-b21dbc0552b4.xlsx?server…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So output what i am getting is '404 error' ,as this API is nowhere exist in Qlik Sense&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162703_Capture.PNG" style="height: 125px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i can change its HOST and PORT with Qlik Sense HOST and PORT before calling this function then it could be done because when i am changing same API url's HOST &amp;amp; PORT with Qlik Sense host and port manually&amp;nbsp; then it giving me exact output(excel sheet) that what it should give.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 06:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307366#M7291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T06:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307367#M7292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above is working fine, but does it works on mobile also?&lt;/P&gt;&lt;P&gt;Actually i am creating this mashup on client side by passing Qlik's JS &amp;amp; CSS files to client's machine. As per this i am able to create mashup on Client's system but when i am trying same on Mobile Browser then it is not rendering same on mobile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 13:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307367#M7292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-12T13:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307368#M7293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, Sumit! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m having the same problem as you... I have a mashup in angular running outside the main server and when I call the table, it is not getting the file from config.host, but it is looking in my localhost and I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169377_error.PNG" style="height: 270px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you solved this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m using this code in the controller:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$('#div').click(function(e){ &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject('XXX').then(function(model) { &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var table = qlik.table(model); &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table.exportData({download: true}); &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; });&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; });&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 21:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307368#M7293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-06T21:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307369#M7294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dayana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the piece of code where you open the application using qlik.openApp(appName, configuration) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the configuration parameters that you're passing to this function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 08:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307369#M7294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T08:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307370#M7295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, David! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m using Angular JS in my localhost (different server of the QlikSense Aplication) and in my View&amp;nbsp; I have this code that call the Excel in the controller:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div&amp;nbsp; id="generateExcel" &amp;gt; Excel &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the controller I manage this code in this way:&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;var config = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; host: '11.2.33.444',&amp;nbsp;&amp;nbsp; //the real host of Qlik Aplicattion and my server (localhost) is getting the objects from.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; prefix: '/',&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; port: 80,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; isSecure: false&amp;nbsp; &lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;var app;&lt;/SPAN&gt;&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: (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;require( ["js/qlik"], function ( qlik ) {&lt;/P&gt;&lt;P&gt;//qlik app&lt;/P&gt;&lt;P&gt;var app;&lt;/P&gt;&lt;P&gt;//data for case listing&lt;/P&gt;&lt;P&gt;var data = {&lt;/P&gt;&lt;P&gt;headers: [],&lt;/P&gt;&lt;P&gt;rows: []&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function getQlikApp () {&lt;/P&gt;&lt;P&gt;return qlik.openApp( "9595663-1642-4339-93315-2340", config )&amp;nbsp; //Qlik Sense Aplication ID&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var appbi = angular.module( "appbi", ['ngRoute','ui.bootstrap', 'qlik-angular'] );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appbi.controller( "nameCtrl", ['$scope', function ( $scope ) {&lt;/P&gt;&lt;P&gt;if ( !app ) {&lt;/P&gt;&lt;P&gt;app = getQlikApp();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp; app.getObject('tableID','xxYYzz'); // get the object of the table in the Qlik Sense Application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*EXCEL*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; angular.element('#generateExcel').click(function(e){&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.getObject('xxYYzz').then(function(model) { &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var table = qlik.table(model); &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table.exportData({download: true});&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; });&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; }); &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;P&gt;The problem is when I click in the Excel button &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead the button function call the Excel from the host of application ("&lt;SPAN style="font-size: 13.3333px;"&gt;11.2.33.444") it is calling from my localhost.&amp;nbsp; If I change the server of the link, it works. For example:&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;&lt;SPAN style="font-size: 13.3333px;"&gt;Link that is generated from the function and don´t work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="link-local.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169457_link-local.jpg" style="height: 34px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Link that really works when I manually change the number of server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="link-server.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/169458_link-server.jpg" style="height: 75px; width: 620px;" /&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;Any help will be appreciated. Tnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="tw-ta tw-text-medium tw-data-text" lang="en" style="padding: 0 0.14em 0 0; font-family: inherit; text-align: initial; font-size: 29px !important;"&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 13:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307370#M7295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T13:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307371#M7296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Looks like a bug in the download part. You will have to do the download yourself. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table.exportData().then(function(reply){&lt;/P&gt;&lt;P&gt;//reply contains the url&lt;/P&gt;&lt;P&gt;//add the correct host&lt;/P&gt;&lt;P&gt;//and call window.open&lt;/P&gt;&lt;P&gt;});&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 Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 16:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307371#M7296</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-07-07T16:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create Mashup outside Qlik Server Repository folder</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307372#M7297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Erik!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! It worked! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final function of download part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; angular.element('#&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;generateExcel&lt;/SPAN&gt;').click(function(e){&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; app.getObject('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;xxYYzz&lt;/SPAN&gt;').then(function(model) { &lt;/P&gt;&lt;P&gt;&amp;nbsp; var table = qlik.table(model); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; table.exportData({ download: false }, function (link) { &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; var url = (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 + link.replace('../..','')&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; window.open(url, "_blank"); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; });&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; });&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to use &lt;SPAN style="font-size: 13.3333px;"&gt;link.replace('../..','')&amp;nbsp; part because the path of the url was being generated wrong, but fortunatelly now it is getting the host of the Qlik Application and downloading correctly!&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;&lt;SPAN style="font-size: 13.3333px;"&gt;I put {download: false} because it was generating twice (one from localhost and other from the host)&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;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Mashup-outside-Qlik-Server-Repository-folder/m-p/1307372#M7297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T17:48:10Z</dc:date>
    </item>
  </channel>
</rss>

