<?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 Extended script feedback in QV Publisher in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239034#M1332558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;I have a few scripts that run loops and can produce many thousands of lines of output in the loop. I don't want to suppress all the log, just this "noisy" stuff. The feature request I submitted was for a new script statement like:&lt;/P&gt;&lt;P&gt;LOG ON&lt;BR /&gt;LOG OFF&lt;/P&gt;&lt;P&gt;That could be used to turn logging on/off at selective places in the script, like before my noisy loops. I hadn't thought about error logging. I was willing to accept the fact that if I turned off logging I would miss the message. However, if QV has error levels defined for messages, than maybe something more granular can be defined like&lt;/P&gt;&lt;P&gt;LOG ERROR // Log error level messages only&lt;/P&gt;&lt;P&gt;Following the lead of other popular loggers, maybe a good proposal would be:&lt;/P&gt;&lt;P&gt;LOG ON // Log all msgs&lt;BR /&gt;LOG OFF // Log no msgs&lt;BR /&gt;LOG INFO // Log msgs of level INFO and above&lt;BR /&gt;LOG WARNING // Log WARNING and above&lt;BR /&gt;LOG ERROR // Log ERROR and above&lt;/P&gt;&lt;P&gt;Let me know what you (and others reading this thread) are thinking and maybe we can develop a group proposal.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2009 00:29:46 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2009-05-06T00:29:46Z</dc:date>
    <item>
      <title>Extended script feedback in QV Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239028#M1332550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to get more details in the log in Publisher? If I reload a document in the client application I can for instance see where a script gets stuck, in the publisher log these details are not available, or am I blind?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239028#M1332550</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Extended script feedback in QV Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239029#M1332553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have "Generate Logfile" checked for the document, the script log will still be created when loaded by Publisher. As far as I know, there is no way to get these messages into the Publisher log. You still have to open the document log.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 04:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239029#M1332553</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-04-30T04:24:50Z</dc:date>
    </item>
    <item>
      <title>Extended script feedback in QV Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239030#M1332554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer Rob. Do you know a way to hide some details (except for puting all script code in hidden script) in this log file, because the logfile contains the whole script which I don't want to be available for some users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 22:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239030#M1332554</guid>
      <dc:creator />
      <dc:date>2009-05-01T22:27:44Z</dc:date>
    </item>
    <item>
      <title>Extended script feedback in QV Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239031#M1332555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this purpose I'd build a small QlikView application for the purpose of viewing the script. If you can programmatically identify what you want to optionally show and hide, flag your log records with a 'Viewers' field setting it to 'Admin Only', 'Regular Users', 'Power Users' or similar and tie the user log-in to the appropriate level through application of QlikView Section Access security combined with Data Reduction, i.e. set the property:&lt;/P&gt;&lt;P&gt;'Settings | Document Properties | Opening | Initial Data Reduction Based on Section Access'&lt;/P&gt;&lt;P&gt;This way your log contains everything, but the interface for viewing the log only contains the sub set you want to expose. Stick the log reader to be reloaded at the end of your Publisher data refresh job.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 23:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239031#M1332555</guid>
      <dc:creator />
      <dc:date>2009-05-01T23:06:01Z</dc:date>
    </item>
    <item>
      <title>Extended script feedback in QV Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239032#M1332556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;Other than building your own filtered interface, as Jonas suggested, I don't know of a way to suppress data in the log.&lt;/P&gt;&lt;P&gt;I have an outstanding feature request to provide a LOG ON/OFF script statement. You might want to express your interest in that as well.&lt;/P&gt;&lt;P&gt;Although I don't know what happened to the "Feature Request" link &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 01:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239032#M1332556</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-05-02T01:27:17Z</dc:date>
    </item>
    <item>
      <title>Extended script feedback in QV Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239033#M1332557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonas: Sounds very interesting, but does that mean that the log file is still available during a reload? Are you willing to share (part of) your application?&lt;/P&gt;&lt;P&gt;Rob: What exactly will that requested log on/off feature do. Will it also offer the possibility to log only on a certain type of error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 03:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239033#M1332557</guid>
      <dc:creator />
      <dc:date>2009-05-02T03:38:55Z</dc:date>
    </item>
    <item>
      <title>Extended script feedback in QV Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239034#M1332558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;I have a few scripts that run loops and can produce many thousands of lines of output in the loop. I don't want to suppress all the log, just this "noisy" stuff. The feature request I submitted was for a new script statement like:&lt;/P&gt;&lt;P&gt;LOG ON&lt;BR /&gt;LOG OFF&lt;/P&gt;&lt;P&gt;That could be used to turn logging on/off at selective places in the script, like before my noisy loops. I hadn't thought about error logging. I was willing to accept the fact that if I turned off logging I would miss the message. However, if QV has error levels defined for messages, than maybe something more granular can be defined like&lt;/P&gt;&lt;P&gt;LOG ERROR // Log error level messages only&lt;/P&gt;&lt;P&gt;Following the lead of other popular loggers, maybe a good proposal would be:&lt;/P&gt;&lt;P&gt;LOG ON // Log all msgs&lt;BR /&gt;LOG OFF // Log no msgs&lt;BR /&gt;LOG INFO // Log msgs of level INFO and above&lt;BR /&gt;LOG WARNING // Log WARNING and above&lt;BR /&gt;LOG ERROR // Log ERROR and above&lt;/P&gt;&lt;P&gt;Let me know what you (and others reading this thread) are thinking and maybe we can develop a group proposal.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 00:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239034#M1332558</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-05-06T00:29:46Z</dc:date>
    </item>
    <item>
      <title>Extended script feedback in QV Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239035#M1332559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;Such a script statement would be very very welcome. But what do you mean with level INFO and above, is this the level of log that is shown in the desktop client reload window?&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 01:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239035#M1332559</guid>
      <dc:creator />
      <dc:date>2009-05-06T01:00:43Z</dc:date>
    </item>
    <item>
      <title>Extended script feedback in QV Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239036#M1332560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;I don't know if the messages shown in the desktop client window actually have a level assigned. But yes, I was thinking of those message the echo the script contents and those that display how many rows were loaded as INFO level messages.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 04:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extended-script-feedback-in-QV-Publisher/m-p/239036#M1332560</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-05-06T04:08:37Z</dc:date>
    </item>
  </channel>
</rss>

