<?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: Mashup error in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252054#M6768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the desktop app is exactly the same as the on in server (for ex. exported), that should not happen - consider filing a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2017 14:14:34 GMT</pubDate>
    <dc:creator>Aiham_Azmeh</dc:creator>
    <dc:date>2017-02-23T14:14:34Z</dc:date>
    <item>
      <title>Mashup error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252051#M6765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have the mashup developed using Angularjs. it works fine in the server but the same is not working in the local/desktop versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also we are getting the error as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;require.js:44 TypeError: Cannot read property 'select' of null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at qlik.js:84&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at g (require.js:45)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at require.js:45&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at o.$eval (require.js:45)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at o.$digest (require.js:45)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at o.$apply (require.js:45)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Object.q.$apply (qlik.js:13)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at qlik.js:84&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;require.js:44 TypeError: Cannot read property 'then' of undefined&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Object.get (qlik.js:31)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Object.j [as showDialog] (qlik.js:31)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at qlik.js:33&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at require.js:45&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at f (require.js:43)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at require.js:43&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions why it works well in server but not in the desktop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 09:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252051#M6765</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2017-02-23T09:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252052#M6766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/69658"&gt;brindlogcool&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you are reusing an appId from server in desktop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- in desktop appId is for example "HelpDesk Management.qvf"&lt;/P&gt;&lt;P&gt;- in server appId is a GUID generated on the server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The select error is mostly coming from the field API &lt;A href="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/APIs/Content/MashupAPI/Methods/select-method.htm" title="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/APIs/Content/MashupAPI/Methods/select-method.htm"&gt;select method ‒ Qlik Sense&lt;/A&gt;; but initially, the appId was wrong, and therefore will nt return a promise, crashing with "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cannot read property 'then' of undefined&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...anyway, on desktop, change you appId to match the filename of the app, that should solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 09:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252052#M6766</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2017-02-23T09:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252053#M6767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Aiham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using app name in the desktop. concern is some of the objects are disappearing and some of them are displaying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 12:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252053#M6767</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2017-02-23T12:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252054#M6768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the desktop app is exactly the same as the on in server (for ex. exported), that should not happen - consider filing a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252054#M6768</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2017-02-23T14:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252055#M6769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Aiham, Few things i have tested - Create the mashup using the template provided by Qlik. So its kind of inconsistency in the mashups.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 15:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252055#M6769</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2017-02-23T15:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252056#M6770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried to copy the requirejs and the qlik.js from server to desktop client version. it works fine now no error... and all the objects are displaying without any issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 21:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-error/m-p/1252056#M6770</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2017-02-23T21:21:33Z</dc:date>
    </item>
  </channel>
</rss>

