<?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: Updating QlikView from Datasource&amp;quot;Excel&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Updating-QlikView-from-Datasource-quot-Excel-quot/m-p/596786#M1101522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Filetime()&lt;/STRONG&gt; function tells the last modification time of a file. But this is a script function. You can use this function in the script before LOAD statement and decide if the file is to be reloaded or not(use &lt;STRONG&gt;exit script&lt;/STRONG&gt; command to skip the reload).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Apr 2014 08:48:12 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-04-19T08:48:12Z</dc:date>
    <item>
      <title>Updating QlikView from Datasource"Excel"</title>
      <link>https://community.qlik.com/t5/QlikView/Updating-QlikView-from-Datasource-quot-Excel-quot/m-p/596784#M1101518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My excel workbook which is updated daily is my datasource uploaded to Qlikview. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: Is there a way that once the excel is updated that its reflected in QlikView without re-uploading the excel file so I won't have to rewriting script editing to display as I would like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 08:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Updating-QlikView-from-Datasource-quot-Excel-quot/m-p/596784#M1101518</guid>
      <dc:creator />
      <dc:date>2014-04-19T08:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Updating QlikView from Datasource"Excel"</title>
      <link>https://community.qlik.com/t5/QlikView/Updating-QlikView-from-Datasource-quot-Excel-quot/m-p/596785#M1101520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what you want to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to trigger the reload on the server from externally, you can use EDX&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2650"&gt;Using EDX in QlikView 11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create a time schedule on the server that may fit your needs, e.g. reload every hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in any scenario, you would need to somehow trigger a reload of your document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 08:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Updating-QlikView-from-Datasource-quot-Excel-quot/m-p/596785#M1101520</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-04-19T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Updating QlikView from Datasource"Excel"</title>
      <link>https://community.qlik.com/t5/QlikView/Updating-QlikView-from-Datasource-quot-Excel-quot/m-p/596786#M1101522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Filetime()&lt;/STRONG&gt; function tells the last modification time of a file. But this is a script function. You can use this function in the script before LOAD statement and decide if the file is to be reloaded or not(use &lt;STRONG&gt;exit script&lt;/STRONG&gt; command to skip the reload).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 08:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Updating-QlikView-from-Datasource-quot-Excel-quot/m-p/596786#M1101522</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-19T08:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Updating QlikView from Datasource"Excel"</title>
      <link>https://community.qlik.com/t5/QlikView/Updating-QlikView-from-Datasource-quot-Excel-quot/m-p/596787#M1101523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could be reloading the file every 5 secs or the time your load needs, but I rather use an EDX trigger as mentioned above or an scheduled reload. Anyway, QlikView needs to reload the script and therefore reading the data sources, you cannot push into memory what you have just changed in Excel.&lt;/P&gt;&lt;P&gt;If you are using QlikView Server, you can check about the Real Time Server functionality in the following links just in case it works for you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/thread/50382"&gt;Real Time Server&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/thread/20770"&gt;QlikView Real Time Update&lt;/A&gt; (Old version, but interesting discussion anyway)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/thread/45050"&gt;How to use Dynamic update action in QV 11&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 09:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Updating-QlikView-from-Datasource-quot-Excel-quot/m-p/596787#M1101523</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-04-19T09:04:07Z</dc:date>
    </item>
  </channel>
</rss>

