<?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: Trace() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trace/m-p/518776#M193734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Trace function log the your comments to Log file. Just providing the comments in the Log file as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2013 14:20:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-13T14:20:29Z</dc:date>
    <item>
      <title>Trace()</title>
      <link>https://community.qlik.com/t5/QlikView/Trace/m-p/518773#M193731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the purpose of this function?&amp;nbsp; Would someone put up a quick example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trace/m-p/518773#M193731</guid>
      <dc:creator />
      <dc:date>2013-11-13T14:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trace()</title>
      <link>https://community.qlik.com/t5/QlikView/Trace/m-p/518774#M193732</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;Please refer the help file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;trace&lt;/SPAN&gt; statement writes a &lt;SPAN class="Italic"&gt;string&lt;/SPAN&gt; to the &lt;SPAN class="Bold"&gt;&lt;STRONG&gt;Script Execution Progress&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; window and to the script log file&lt;/STRONG&gt;, when used. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It is very useful for debugging purposes.&lt;/STRONG&gt; Using $-expansions of variables that are calculated prior to the Trace statement, you can customize the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;trace&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="Italic"&gt; string&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;&lt;STRONG&gt;trace&lt;/STRONG&gt; Main table loaded;&lt;/P&gt;&lt;P&gt;Let MyMessage = NoOfRows('MainTable') &amp;amp; ' rows in Main Table';&lt;/P&gt;&lt;P class="Code"&gt;&lt;STRONG&gt;trace&lt;/STRONG&gt; $(MyMessage);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trace/m-p/518774#M193732</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-11-13T14:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trace()</title>
      <link>https://community.qlik.com/t5/QlikView/Trace/m-p/518775#M193733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Chris&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To put text in the reload log / on the screen during a reload;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace&amp;nbsp;&amp;nbsp; Test Message ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trace/m-p/518775#M193733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-13T14:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Trace()</title>
      <link>https://community.qlik.com/t5/QlikView/Trace/m-p/518776#M193734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Trace function log the your comments to Log file. Just providing the comments in the Log file as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trace/m-p/518776#M193734</guid>
      <dc:creator />
      <dc:date>2013-11-13T14:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trace()</title>
      <link>https://community.qlik.com/t5/QlikView/Trace/m-p/518777#M193735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers everyone.&amp;nbsp; That clears it up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trace/m-p/518777#M193735</guid>
      <dc:creator />
      <dc:date>2013-11-13T14:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trace()</title>
      <link>https://community.qlik.com/t5/QlikView/Trace/m-p/518778#M193736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I always put a trace command at the start of each tab in the load script. &lt;BR /&gt;This allows you to see the progress of the load and assists in debugging errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trace ; puts a blank line in the log / execution progress window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trace === &amp;lt;Your Tab Name&amp;gt; === ;&lt;/P&gt;&lt;P&gt;trace ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trace/m-p/518778#M193736</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2013-11-13T14:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trace()</title>
      <link>https://community.qlik.com/t5/QlikView/Trace/m-p/518779#M193737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helpful tip, thanks Colin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trace/m-p/518779#M193737</guid>
      <dc:creator />
      <dc:date>2013-11-13T14:26:56Z</dc:date>
    </item>
  </channel>
</rss>

