<?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 3.0 :How to destroy HyperCube ? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-3-0-How-to-destroy-HyperCube/m-p/1176185#M5793</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 used an internal functions and they have the behauvior that they can change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have a hint for you. The germans in the second world war, had an encryption&lt;/P&gt;&lt;P&gt;machine. Just search in the sources of all js files for that name. If you get this&lt;/P&gt;&lt;P&gt;working you will have something for the future. You also find that name in the angular&lt;/P&gt;&lt;P&gt;scope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2016 16:38:17 GMT</pubDate>
    <dc:creator>konrad_mattheis</dc:creator>
    <dc:date>2016-07-18T16:38:17Z</dc:date>
    <item>
      <title>Qlik Sense 3.0 :How to destroy HyperCube ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-3-0-How-to-destroy-HyperCube/m-p/1176184#M5792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently working with this library : &lt;A href="https://github.com/skokenes/senseUtils" title="https://github.com/skokenes/senseUtils"&gt;https://github.com/skokenes/senseUtils&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in 2.2 and before i could use this method to destroy HyperCube and release the memory inside the Qlik Engine :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.model.session.socket.send()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since 3.0 this method don't seem to exist anymore and I got this error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Uncaught TypeError: app.model.session.socket.send is not a function"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone got the same problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thibaut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 08:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-3-0-How-to-destroy-HyperCube/m-p/1176184#M5792</guid>
      <dc:creator>tlorimier</dc:creator>
      <dc:date>2016-07-18T08:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense 3.0 :How to destroy HyperCube ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-3-0-How-to-destroy-HyperCube/m-p/1176185#M5793</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 used an internal functions and they have the behauvior that they can change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have a hint for you. The germans in the second world war, had an encryption&lt;/P&gt;&lt;P&gt;machine. Just search in the sources of all js files for that name. If you get this&lt;/P&gt;&lt;P&gt;working you will have something for the future. You also find that name in the angular&lt;/P&gt;&lt;P&gt;scope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-3-0-How-to-destroy-HyperCube/m-p/1176185#M5793</guid>
      <dc:creator>konrad_mattheis</dc:creator>
      <dc:date>2016-07-18T16:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense 3.0 :How to destroy HyperCube ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-3-0-How-to-destroy-HyperCube/m-p/1176186#M5794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Konrad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tips. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found an another function to do it : app.destroySessionObject();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/MashupAPI/Methods/destroySessionObject-method.htm" title="https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/MashupAPI/Methods/destroySessionObject-method.htm"&gt;https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/MashupAPI/Methods/destroySessionObject-method.ht…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thibaut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 07:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-3-0-How-to-destroy-HyperCube/m-p/1176186#M5794</guid>
      <dc:creator>tlorimier</dc:creator>
      <dc:date>2016-07-19T07:17:52Z</dc:date>
    </item>
  </channel>
</rss>

