<?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: Reload status in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562047#M209755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to read the log file using the script. Before that you must enable the log file generation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Sep 2013 07:09:03 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-09-03T07:09:03Z</dc:date>
    <item>
      <title>Reload status</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562046#M209754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I'm trying to get reload status in script. For instanse, if I reload onse the document, for the second time i want to get that reload status for my script efficiency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in case of the first reload I address to tables, I getting their properties, number record, number of fields, a field with date, minimum and maximum. But in case of the following reload I it shouldn't do.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thnx. OM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 07:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562046#M209754</guid>
      <dc:creator>lylererger</dc:creator>
      <dc:date>2013-09-03T07:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reload status</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562047#M209755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to read the log file using the script. Before that you must enable the log file generation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 07:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562047#M209755</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-03T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reload status</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562048#M209756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a variable at the end of a script &lt;/P&gt;&lt;P&gt;LET vReload = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I want to create a condition if vReload &amp;lt;&amp;gt;1, then read this piece of a script, else - not to read.&lt;/P&gt;&lt;P&gt;But a problem that it in case of each reload will accept NULL status, and it is necessary for me 1. How it can be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 07:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562048#M209756</guid>
      <dc:creator>lylererger</dc:creator>
      <dc:date>2013-09-03T07:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reload status</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562049#M209757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Document Properties&amp;gt;&amp;gt;General Tab&amp;gt;&amp;gt;Enable the Generate Log File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time the QVW is reloaded Log file will generated and you can see the status, error, lines fetched, time taken etc.&lt;/P&gt;&lt;P&gt;But in this case everytime you reload the QVW, Log File will be overwritten. YOu can't see the old Log File.&lt;/P&gt;&lt;P&gt;If you need multiple versions of Log File , after enabling Generate Log File, enable the Timestamp in LOg File.&lt;/P&gt;&lt;P&gt;This will create Log file with timestamps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 07:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562049#M209757</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-09-03T07:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reload status</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562050#M209758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;If ReloadTime()= null() Then&amp;nbsp;&amp;nbsp; // this checks if this is the first time reload or not&lt;BR /&gt; let vVar=0;&lt;BR /&gt;Else&lt;BR /&gt; vVar=10;&lt;BR /&gt;End if&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;TRACE $(vVar); SLEEP 1000;&amp;nbsp; // merely to check if it works&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can check the variable and put your conditional script under that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 07:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-status/m-p/562050#M209758</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-03T07:29:45Z</dc:date>
    </item>
  </channel>
</rss>

