<?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: Can't open an app without Data in a Mashup. in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-open-an-app-without-Data-in-a-Mashup/m-p/2026177#M17941</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/82797"&gt;@danelooman&lt;/a&gt;, I tested your code in both Feb 2022 and Nov 2022 (latest realease) and it should open an app without data. Looking at websocket messages the 5th parameter of &lt;A href="https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/EngineJSONAPI/Content/service-global-opendoc.htm" target="_blank"&gt;OpenDoc &lt;/A&gt;method is always with false, so it will always open app with data, even if you set it correctly in configuration object through Capability APIs.&lt;/P&gt;&lt;P&gt;I could say that for me could be a bug. I suggest to raise a support ticket in order to have a fix from our R&amp;amp;D. Meanwhile, I'll raise it internally.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 13:38:24 GMT</pubDate>
    <dc:creator>alex_colombo</dc:creator>
    <dc:date>2023-01-16T13:38:24Z</dc:date>
    <item>
      <title>Can't open an app without Data in a Mashup.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-open-an-app-without-Data-in-a-Mashup/m-p/2025201#M17928</link>
      <description>&lt;P&gt;Below is my code. Seems pretty straight forward from the docs but I can't seem to open an app (I own it and its unplublished) without data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;var prefix = window.location.pathname.substr( 0, window.location.pathname.toLowerCase().lastIndexOf( "/extensions" ) + 1 );
var config = {
	openWithoutData: true,
	host: window.location.hostname,
	prefix: prefix,
	port: window.location.port,
	isSecure: window.location.protocol === "https:",
	
};
console.log(config)
require.config( {
	baseUrl: ( config.isSecure ? "https://" : "http://" ) + config.host + (config.port ? ":" + config.port : "") + config.prefix + "resources"
} );

require( ["js/qlik"], function ( qlik ) {
		var app = qlik.openApp('02e29c03-03ed-4a14-824f-5095efd5c1a5', {openWithoutData:true});
		console.log(app)
});&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 21:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-open-an-app-without-Data-in-a-Mashup/m-p/2025201#M17928</guid>
      <dc:creator>danelooman</dc:creator>
      <dc:date>2023-01-12T21:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can't open an app without Data in a Mashup.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-open-an-app-without-Data-in-a-Mashup/m-p/2026177#M17941</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/82797"&gt;@danelooman&lt;/a&gt;, I tested your code in both Feb 2022 and Nov 2022 (latest realease) and it should open an app without data. Looking at websocket messages the 5th parameter of &lt;A href="https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/EngineJSONAPI/Content/service-global-opendoc.htm" target="_blank"&gt;OpenDoc &lt;/A&gt;method is always with false, so it will always open app with data, even if you set it correctly in configuration object through Capability APIs.&lt;/P&gt;&lt;P&gt;I could say that for me could be a bug. I suggest to raise a support ticket in order to have a fix from our R&amp;amp;D. Meanwhile, I'll raise it internally.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 13:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-open-an-app-without-Data-in-a-Mashup/m-p/2026177#M17941</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2023-01-16T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't open an app without Data in a Mashup.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-open-an-app-without-Data-in-a-Mashup/m-p/2070495#M18546</link>
      <description>&lt;P&gt;Just an heads up on this thread,&amp;nbsp;I received confirmation from our R&amp;amp;D team that this issue has been resolved an a fix will be included in Qlik Sense version May 2023 under reference QB-17705&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 07:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-open-an-app-without-Data-in-a-Mashup/m-p/2070495#M18546</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2023-05-12T07:13:43Z</dc:date>
    </item>
  </channel>
</rss>

