<?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: Qlik Sense extension Disappear in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-extension-Disappear/m-p/930600#M3322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK problem solved! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I have created a div which &lt;SPAN style="font-size: 13.3333px;"&gt;responsible for the entire display and append it to $element,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i forgot to append a my main div to $element if it is not null. i added the else case and it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (myDiv == null || myDiv == "undefined") {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myDiv = $element.append($('&amp;lt;div /&amp;gt;').attr("id", 'mainDivDynamic' + id).addClass('mainDivDynamic').width(width).height(height));&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;else{&lt;/P&gt;&lt;P&gt;&amp;nbsp; $element.append(myDiv);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Thanks everyone for the quick response, &lt;SPAN lang="en"&gt;I really appreciate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Have a great day!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Lital&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2015 09:20:19 GMT</pubDate>
    <dc:creator>litalrok7</dc:creator>
    <dc:date>2015-12-02T09:20:19Z</dc:date>
    <item>
      <title>Qlik Sense extension Disappear</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-extension-Disappear/m-p/930597#M3319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello Everyone,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I having an issue with an&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; extension for qlik sense which i built. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;it work properly except when i switch between sheets the extension appear as a blank white box and &lt;SPAN style="line-height: 1.5em;"&gt;I need to refresh in order to make the extension appear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;when i looked at the console this error appeared.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="error.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107770_error.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;it seems that the data doesn't retrieve correctly&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Has anyone got any ideas what could cause this problem? or, how can i refresh the model sheet each time i display the extension from the extension's code.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Any help would be highly appreciated.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Lital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 18:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-extension-Disappear/m-p/930597#M3319</guid>
      <dc:creator>litalrok7</dc:creator>
      <dc:date>2015-12-01T18:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense extension Disappear</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-extension-Disappear/m-p/930598#M3320</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;really hard to help without any code and just the error message &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 21:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-extension-Disappear/m-p/930598#M3320</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2015-12-01T21:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense extension Disappear</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-extension-Disappear/m-p/930599#M3321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lital,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Stefan has mentioned, giving more insight about the issue would help solving it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the error is concerned, the &lt;STRONG&gt;attrsorted&lt;/STRONG&gt; property which you are reading is not available because the instance variable is being initial/undefined due to some reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 22:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-extension-Disappear/m-p/930599#M3321</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-01T22:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense extension Disappear</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-extension-Disappear/m-p/930600#M3322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK problem solved! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I have created a div which &lt;SPAN style="font-size: 13.3333px;"&gt;responsible for the entire display and append it to $element,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i forgot to append a my main div to $element if it is not null. i added the else case and it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (myDiv == null || myDiv == "undefined") {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myDiv = $element.append($('&amp;lt;div /&amp;gt;').attr("id", 'mainDivDynamic' + id).addClass('mainDivDynamic').width(width).height(height));&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;else{&lt;/P&gt;&lt;P&gt;&amp;nbsp; $element.append(myDiv);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Thanks everyone for the quick response, &lt;SPAN lang="en"&gt;I really appreciate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Have a great day!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Lital&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 09:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-extension-Disappear/m-p/930600#M3322</guid>
      <dc:creator>litalrok7</dc:creator>
      <dc:date>2015-12-02T09:20:19Z</dc:date>
    </item>
  </channel>
</rss>

