<?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: Qliksense Mashup not loading properly in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908396#M3182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you are loading some modules outside require js which also has define() module. Try loading external JS using require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2015 11:17:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-27T11:17:22Z</dc:date>
    <item>
      <title>Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908392#M3178</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;I have created a Qliksense Mashup with bootstrap and d3 libraries. In Qliksense desktop edition it is working perfectly. I have deployed it in server and open it from there. But, It is giving the below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Uncaught TypeError: Cannot read property 'openApp' of undefined&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It loads properly after &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I refreshed the webpage multiple times. if i refresh it again it is showing the same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I'm loading many css and js libraries. is this causing the issue. Is there a way to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Appu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908392#M3178</guid>
      <dc:creator>prabhuappu</dc:creator>
      <dc:date>2015-07-21T16:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908393#M3179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No you can load external libraries without a problem.&lt;/P&gt;&lt;P&gt;If you can share your code then it would make it easier for us to help you debug the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 08:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908393#M3179</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-07-22T08:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908394#M3180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you have some timing issue. If you open the console, do you get any error messages in it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 13:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908394#M3180</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-07-22T13:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908395#M3181</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;Yes. It is due to network latency. The Qlik.js and some of the fonts and css files are not loading and giving time out error. I changed the wait time in require.config, after that it is loading properly. But still some times i'm getting the error as qlik.openapp is not defined. Is there a better way to overcome this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1437580402356238" jivemacro_uid="_1437580402356238"&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"&gt;https://&lt;/A&gt;&lt;SPAN&gt;" : "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow"&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;&amp;nbsp; waitSeconds: 10000,&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;&lt;/P&gt;
&lt;P&gt;//Code...........&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;})&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the javascript file used in the mashup. if you see the above code only Qlik.js is loaded using require statement and other js and css files are loaded from .html file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14375803878662652" jivemacro_uid="_14375803878662652"&gt;
&lt;P&gt;&amp;lt;script src="js/jquery.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="vizContest.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;!-- Latest compiled and minified CSS --&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;link rel="stylesheet" href="css/bootstrap.css"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;!-- Optional theme &lt;/P&gt;
&lt;P&gt;&amp;lt;link rel="stylesheet" href="css/bootstrap-theme.css"&amp;gt;--&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;!-- Latest compiled and minified JavaScript --&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="js/bootstrap.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;link rel="stylesheet" href="css/jquery.mCustomScrollbar.css" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="js/jquery.mCustomScrollbar.concat.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;!-- custom CSS --&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;link rel="stylesheet" href="css/style.css"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="js/d3.v3.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="js/ColorScales.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="js/biPartite.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="js/BiPartitionChart.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script src="js/FastChangeChart.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i'm getting "Uncaught Error: Mismatched anonymous define() module:" error. even if the page loaded correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Appu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 15:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908395#M3181</guid>
      <dc:creator>prabhuappu</dc:creator>
      <dc:date>2015-07-22T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908396#M3182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you are loading some modules outside require js which also has define() module. Try loading external JS using require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 11:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908396#M3182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T11:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908397#M3183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I modified the code to load the files through Require JS. Now i'm not getting that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i'm getting the below error sometimes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94073_Error2.PNG" style="height: 71px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The font file is already there in that path. Also i'm getting unsupported media type error while loading the fonts.&lt;/P&gt;&lt;P&gt;Am i missing something &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu appu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908397#M3183</guid>
      <dc:creator>prabhuappu</dc:creator>
      <dc:date>2015-07-27T14:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908398#M3184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should be more worried about the js load timeout issue which is no 3 in the image attached. Probably require JS is not able to load the modules mentioned in the error. Check if the path is correct relative to require load directory, if the path is correct then try setting waitSeconds attribute in require.config to 0 and see if the JS are getting loaded or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908398#M3184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T14:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908399#M3185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is the link to the font file correct?? That is if you copy the link from the console into a new browser tab do you actually get the file??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using jQuery to load files in your extension? Make sure the paths are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last error might just be an effect of the second one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908399#M3185</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-07-28T07:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908400#M3186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello prabhu appu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are experiencing the same issue, using Qlik Sense 3.2.1. Did you ever solve this? &lt;/P&gt;&lt;P&gt;Or has anyone else had this problem and solved it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes, but not always, we get:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Uncaught TypeError: qlik.openApp is not a function&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;or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Uncaught Error: Mismatched anonymous define() module.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Anyone got any hints, or things to check, it'd be greatly appreciated.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Vegard&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 11:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908400#M3186</guid>
      <dc:creator>vegard_bakke</dc:creator>
      <dc:date>2017-05-19T11:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908401#M3187</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;What are all the external js script you are loading in the mashup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the error screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Appu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 08:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908401#M3187</guid>
      <dc:creator>prabhuappu</dc:creator>
      <dc:date>2017-05-22T08:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908402#M3188</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;You are right. It was a conflict with other libraries. More specifically Salesforce' libraries. We've managed to track down the cause, and have nailed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. &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;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vegard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 10:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908402#M3188</guid>
      <dc:creator>vegard_bakke</dc:creator>
      <dc:date>2017-06-01T10:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Mashup not loading properly</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908403#M3189</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/110214"&gt;vegard.bakke&lt;/A&gt;‌ and &lt;A href="https://community.qlik.com/qlik-users/118024"&gt;prabhuappu&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a similar error when I am trying to deploy my qlik sense mash up on a server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mash up runs perfectly in my local machine. Can you please help me with this problem? I really need to resolve this as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the error and the code below:&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/166067_error.PNG" style="height: 66px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="code.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/166068_code.PNG" style="height: 422px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me fix this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 13:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Mashup-not-loading-properly/m-p/908403#M3189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T13:42:40Z</dc:date>
    </item>
  </channel>
</rss>

