<?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: How can I uncache Qlik Sense? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744018#M2323</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;thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My answers:&lt;/P&gt;&lt;P&gt;a)&lt;/P&gt;&lt;P&gt;The contet of wbfolder.wbl is:&lt;/P&gt;&lt;P&gt;HeatMap.qext;&lt;BR /&gt;HeatMap.js;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)&lt;/P&gt;&lt;P&gt;When I import a file it is not shown in my wbfolder.wbl on my local copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c)&lt;/P&gt;&lt;P&gt;The adres of my extension is:&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:4848/extensions/HeatMap/HeatMap.js??1423665506275"&gt;http://localhost:4848/extensions/HeatMap/HeatMap.js??1423665506275&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have solved my problem by creating a new extension and creating a new application.&lt;/P&gt;&lt;P&gt;With the same content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my problem has been solved, however we dit not find the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Mar 2015 07:08:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-14T07:08:22Z</dc:date>
    <item>
      <title>How can I uncache Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744012#M2317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlik Sense Users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my transition from Qlik Sense 1.0 to 1.1 I've encountered some difficulties.&lt;/P&gt;&lt;P&gt;The following has caused me a lot of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I want to edit my extension, and I open the script.js file on my local folder the extension does not seem to apply these changes.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;When I edit the extension in the workbench editor it does. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is:&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does Qlik Sense cache a version of the extension on the local server, and how do I force to use the extension on my local folder?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A second caching question occurs, I let my extension read some csv files in the folder of the extension.&lt;/P&gt;&lt;P&gt;In Sense 1.0 I could simply add a folder and read from it. In Sense 1.1 I can not, it only reads the current folders and does not see an added folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my second question is:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does Qlik Sense &lt;STRONG style="font-size: 13.63636302948px;"&gt;cache &lt;/STRONG&gt;the folders present in the extension on the local server, and how do I force Qlik Sense to see the new folders?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you guys can help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 16:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744012#M2317</guid>
      <dc:creator />
      <dc:date>2015-03-04T16:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I uncache Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744013#M2318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I use this to clean Sense Desktop cache &lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlik Sense Desktop, Open your application, then activate Chrome Dev tools by pressing CTRL+SHIFT+Right click, then select "Show Dev tools" menu item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Chrom Dev Tools tab, click on Settings icon (up right the screen) and set first option on : &lt;/P&gt;&lt;P&gt;"Disable cache (while DevTools is open)". Then close Dev tools settings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go back to your application Tab, and refresh &lt;SPAN style="font-size: 13.3333330154419px;"&gt;your application &lt;/SPAN&gt;display using CTRL+F5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 19:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744013#M2318</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2015-03-04T19:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I uncache Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744014#M2319</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;Thank you for your quick response, this did however did not solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An other example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open the workbench, &lt;A href="http://localhost:4848/workbench"&gt;http://localhost:4848/workbench&lt;/A&gt; and open my extension.&lt;/P&gt;&lt;P&gt;The first line in my code is&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('Start of Extension workbench');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open my extension locally. C:\Users\&amp;lt;User&amp;gt;\Documents\Qlik\Sense\Extensions\My Extension&lt;/P&gt;&lt;P&gt;The first line in my code is&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('Start of Extension');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run my extension, I always get to see 'Start of Extension workbench'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 questions arise:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Why is there a difference in these 2 versions?&lt;/LI&gt;&lt;LI&gt;How do I get them to be the same?&lt;/LI&gt;&lt;LI&gt;How do I get Qlik Sense so far that I can edit my extension Locally again?&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 09:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744014#M2319</guid>
      <dc:creator />
      <dc:date>2015-03-05T09:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I uncache Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744015#M2320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martien,&lt;/P&gt;&lt;P&gt;The name of the folder you store your extension files in is not really relevant. The root folder of the extension is the folder where you have your qext file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;if you have a qext file called xxxx.qext and store it in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN&gt;C:\Users\&amp;lt;User&amp;gt;\Documents\Qlik\Sense\Extensions\yyyy where you also have a xxxx.js, the path to xxxx.js will be something like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:4848/extensions/xxxx/xxxx.js" rel="nofollow"&gt;http://localhost:4848/extensions/xxxx/xxxx.js&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744015#M2320</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-03-09T12:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I uncache Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744016#M2321</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;thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me demonstrate by printscreens what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below 2 immages, we can see a printscreen of the qext files.&lt;/P&gt;&lt;P&gt;First is my local file on my computer. Please note the version 1.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second screen is a printscreen of when I open the same extension. Note that it has got version 1.0.&lt;/P&gt;&lt;P&gt;Why does this happen?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Files In Folder Heatmap.PNG" class="image-1 jive-image" src="/legacyfs/online/80403_Files In Folder Heatmap.PNG" style="width: 620px; height: 384px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Files In Workbench Heatmap.PNG" class="jive-image image-2" src="/legacyfs/online/80408_Files In Workbench Heatmap.PNG" style="width: 620px; height: 324px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 17:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744016#M2321</guid>
      <dc:creator />
      <dc:date>2015-03-10T17:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I uncache Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744017#M2322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Humm... May be you can check some things...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Why is your local wbfolder.wbl dated from august ? Workbench editor uses this file to display all extension files in different tabs. Can you edit it to see what is inside (the file list is in plain text) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Try to import a new file in workbench, i.e. a png image. Then check if it appears in your local file directory. &lt;/P&gt;&lt;P&gt;If it doesn't, let's search for it in all extensions, may be you have a name conflict with another "heatmap" qext definition ? Has this new file name been added to &lt;SPAN style="font-size: 13.3333330154419px;"&gt;wbfolder.wbl ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Let's open an application using your extension from Chrome browser at&amp;nbsp; &lt;A href="http://localhost:4848/hub/my/work"&gt;http://localhost:4848/hub/my/work&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then activate dev tools CTRL/Shift J. In the Sources tab, expand the "localhost:4848" item. Then expand "Extension/HeatMap" folder. You shouls see your HeatMap.js? followed by some digits. Select this file, right clic on "Copy link address" and paste elsewhere to check the complete path of this file; or right clic on "Open link in new tab" to check the actual script content. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An advice : QS Help state that "&lt;EM&gt;The Qext file name is used as identification for the visualization which means that, especially if you intend to make it available for others to use,&lt;STRONG&gt; it must be a unique file name&lt;/STRONG&gt;.&lt;/EM&gt;" I strongly advice you to give your Qext file a name including your company and domain, ie com-acme-heatmap.qext if you work at Acme. Same rule should be applied to your main js file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 19:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744017#M2322</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2015-03-10T19:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I uncache Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744018#M2323</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;thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My answers:&lt;/P&gt;&lt;P&gt;a)&lt;/P&gt;&lt;P&gt;The contet of wbfolder.wbl is:&lt;/P&gt;&lt;P&gt;HeatMap.qext;&lt;BR /&gt;HeatMap.js;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)&lt;/P&gt;&lt;P&gt;When I import a file it is not shown in my wbfolder.wbl on my local copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c)&lt;/P&gt;&lt;P&gt;The adres of my extension is:&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:4848/extensions/HeatMap/HeatMap.js??1423665506275"&gt;http://localhost:4848/extensions/HeatMap/HeatMap.js??1423665506275&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have solved my problem by creating a new extension and creating a new application.&lt;/P&gt;&lt;P&gt;With the same content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my problem has been solved, however we dit not find the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 07:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-uncache-Qlik-Sense/m-p/744018#M2323</guid>
      <dc:creator />
      <dc:date>2015-03-14T07:08:22Z</dc:date>
    </item>
  </channel>
</rss>

