<?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: Log on / off function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Log-on-off-function/m-p/390125#M145573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not possible to disable the log for only one part of the script. What that log does is to follow each line of the script as it is executed and write into a text file as the example you posted above. So you either allow document log generation or disable it, but not for some parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can create a logging application that, from a given log, it only extracts parts that you could be more interested in into a QlikView application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2012 10:11:07 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-09-10T10:11:07Z</dc:date>
    <item>
      <title>Log on / off function</title>
      <link>https://community.qlik.com/t5/QlikView/Log-on-off-function/m-p/390124#M145572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application and when I reload it the log file is big. I really need the log, so to turn off the logs is not a solution.&lt;/P&gt;&lt;P&gt;The log is big because I wrote a script with a loop, and in my log file I have this a million times:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 04/09/2012 18:52:26: 0102&amp;nbsp;&amp;nbsp;&amp;nbsp; let date1 = peek('xxx',4785,'xx')&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26: 0103&amp;nbsp;&amp;nbsp;&amp;nbsp; let date2 = peek('xxx',4785,'xxx')&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26: 0104&amp;nbsp;&amp;nbsp;&amp;nbsp; let idxxx = peek('xx',4785,'xxx')&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26: 0105&amp;nbsp;&amp;nbsp;&amp;nbsp; LET NumOfBin = date1 - date2 + 1&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26: 0107&amp;nbsp;&amp;nbsp;&amp;nbsp; xxxx:&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26: 0108&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOAD&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26: 0109&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'xxxxx' as xxxx,&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26: 0110&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'xxxx' + RowNo()-1 as xxx.xxx&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26: 0111&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AutoGenerate 1&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2 fields found: xxx, xx.xxx, 7 958 lines fetched&lt;/P&gt;&lt;P&gt;04/09/2012 18:52:26: 0112&amp;nbsp; next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do turn off the log only in this part of my script. Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 10:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-on-off-function/m-p/390124#M145572</guid>
      <dc:creator />
      <dc:date>2012-09-10T10:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Log on / off function</title>
      <link>https://community.qlik.com/t5/QlikView/Log-on-off-function/m-p/390125#M145573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not possible to disable the log for only one part of the script. What that log does is to follow each line of the script as it is executed and write into a text file as the example you posted above. So you either allow document log generation or disable it, but not for some parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can create a logging application that, from a given log, it only extracts parts that you could be more interested in into a QlikView application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 10:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-on-off-function/m-p/390125#M145573</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-09-10T10:11:07Z</dc:date>
    </item>
  </channel>
</rss>

