<?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: Suppress Script Execution Progress writeouts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428193#M609450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add extra logging by using Trace commands, but apart from disabling the document log completely, which I would not recommend, I do not know of a way of pausing and restarting the logging within a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you actually need to loop through all 1000+ files each time you reload the data?&lt;/P&gt;&lt;P&gt;Have you looked at using a incremental load, so you just append new files to your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2017 10:53:10 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2017-12-05T10:53:10Z</dc:date>
    <item>
      <title>Suppress Script Execution Progress writeouts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428190#M609447</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;I have a Qlik document which loops through a large number (1000+) raw excel and csv files and it generates a very large logfile with 1000+ lines with:&lt;/P&gt;&lt;P&gt;Table &amp;lt;&amp;lt; Excel1 663 lines fetched&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table &amp;lt;&amp;lt; Excel2 534 lines fetched&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table &amp;lt;&amp;lt; Excel3 789 lines fetched&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would like to manually control what is printed in the logfile by temporary disable execution log messages, and enabled it after the file loading loop is finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So does QlikView have anything like "@echo off/on" in load scripts?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 10:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428190#M609447</guid>
      <dc:creator>mbrdenmark</dc:creator>
      <dc:date>2017-12-05T10:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Script Execution Progress writeouts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428191#M609448</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;your try with trace function&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Trace.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Trace.htm"&gt;Trace ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sample,you can try like below,&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15124702791295414" jivemacro_uid="_15124702791295414"&gt;
&lt;P&gt;Main:&lt;/P&gt;
&lt;P&gt;load * inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;ID,Amount&lt;/P&gt;
&lt;P&gt;1,200&lt;/P&gt;
&lt;P&gt;2,100&lt;/P&gt;
&lt;P&gt;3,150&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Let MyMessage = NoOfRows('Main') &amp;amp; ' rows in Main Table';&lt;/P&gt;
&lt;P&gt;trace $(MyMessage);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185743_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 10:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428191#M609448</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-12-05T10:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Script Execution Progress writeouts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428192#M609449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the answer Devarasu R.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am looking for a way to temporary suppress the auto generated "Table &amp;lt;&amp;lt; Data 20324 Lines Fetched" messages. If I could do so, I could use TRACE to write summary messages instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 10:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428192#M609449</guid>
      <dc:creator>mbrdenmark</dc:creator>
      <dc:date>2017-12-05T10:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Script Execution Progress writeouts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428193#M609450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add extra logging by using Trace commands, but apart from disabling the document log completely, which I would not recommend, I do not know of a way of pausing and restarting the logging within a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you actually need to loop through all 1000+ files each time you reload the data?&lt;/P&gt;&lt;P&gt;Have you looked at using a incremental load, so you just append new files to your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 10:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428193#M609450</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-12-05T10:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Script Execution Progress writeouts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428194#M609451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this tool from Rob will be quite useful: &lt;A href="http://qlikviewcookbook.com/recipes/download-info/script-log-analyzer/" title="http://qlikviewcookbook.com/recipes/download-info/script-log-analyzer/"&gt;Search Recipes | Qlikview Cookbook&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428194#M609451</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-05T13:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Script Execution Progress writeouts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428195#M609452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;One alternative way is to place your script inside &amp;gt; hidden script &amp;gt; so nothing will get logged ...but you need have the herald of remembering the hidden script password .... &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428195#M609452</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-12-05T13:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Script Execution Progress writeouts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428196#M609453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the answer Colin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I just have to consider the solution, where I consolidate the data in an separate Qlik into one QVD and have it keep track of which files it already processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it would be a nice feature to could disable the autogenerated log entries to complement a more manual approach with TRACE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 07:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Script-Execution-Progress-writeouts/m-p/1428196#M609453</guid>
      <dc:creator>mbrdenmark</dc:creator>
      <dc:date>2017-12-06T07:28:14Z</dc:date>
    </item>
  </channel>
</rss>

