<?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 Adding trace in loading block? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518250#M193531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV experts,&lt;/P&gt;&lt;P&gt;I have a question. Is that possible to trace in a loading block? For example i have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;MyTable:&lt;BR /&gt;Load&lt;BR /&gt;blah blah&lt;BR /&gt;From *_my_pattern_*.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will load all excel files in one folder. Now my question is, when the loading encounters an error, it will fully stop and ask me to load the old data. I checked the log file, and it basically gives me a General Script Error, but doesn't tell me which file caused this problem. Hence is that possible to add a trace in the loading script? So that at least i can see which file stops the entire loading?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2013 07:30:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-23T07:30:31Z</dc:date>
    <item>
      <title>Adding trace in loading block?</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518250#M193531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV experts,&lt;/P&gt;&lt;P&gt;I have a question. Is that possible to trace in a loading block? For example i have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;MyTable:&lt;BR /&gt;Load&lt;BR /&gt;blah blah&lt;BR /&gt;From *_my_pattern_*.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will load all excel files in one folder. Now my question is, when the loading encounters an error, it will fully stop and ask me to load the old data. I checked the log file, and it basically gives me a General Script Error, but doesn't tell me which file caused this problem. Hence is that possible to add a trace in the loading script? So that at least i can see which file stops the entire loading?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 07:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518250#M193531</guid>
      <dc:creator />
      <dc:date>2013-12-23T07:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding trace in loading block?</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518251#M193532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiang,&lt;/P&gt;&lt;P&gt;This can be done...&lt;/P&gt;&lt;P&gt;please find the attachment..&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518251#M193532</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2013-12-23T08:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding trace in loading block?</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518252#M193533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiang Liu, You can use TRACE to display your load like the following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRACE 'Loading GLOBAL_DATA data...';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; GLOBAL_DATA:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD * &lt;/P&gt;&lt;P&gt;&amp;nbsp; from [$(vGlobalDataFilePath)]&lt;/P&gt;&lt;P&gt;&amp;nbsp; (ooxml, embedded labels, table is GLOBAL_DATA);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ram krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 08:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518252#M193533</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2013-12-23T08:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding trace in loading block?</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518253#M193534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sundar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help! However in my scenario is, when a loading failed in the middle, the application stopped and i can only select to reload old data. If i can see which file has been loaded, then i can isolate good files in my source folder and then find out the error excel file(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518253#M193534</guid>
      <dc:creator />
      <dc:date>2013-12-23T09:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding trace in loading block?</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518254#M193535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Jiang i cannot understand what your requirement is, because while reloading it is already showing the file name after it has been fetched.. so that will will tell you the last file that got reloaded successfully... Can you please explain your requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518254#M193535</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2013-12-23T09:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding trace in loading block?</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518255#M193536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sundar&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script failed during the middle of loading. And i have to click on "reload old data" to roll back to the old version. When i check log file, it says "General Script Error" and didn't tell me which file was actually causing the loading problem. Hence i want to add a trace in loading script to see which file is loading. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 10:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-trace-in-loading-block/m-p/518255#M193536</guid>
      <dc:creator />
      <dc:date>2013-12-23T10:00:56Z</dc:date>
    </item>
  </channel>
</rss>

