<?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: Table Load Time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076953#M922572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a sample, check that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2016 12:27:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-21T12:27:59Z</dc:date>
    <item>
      <title>Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076939#M922552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;I want to know load time for each table at script execution (in log file etc).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;For example: I am using number of tables in script (data model), i want ot know which table is taking much time by the reload.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;Nihhal.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076939#M922552</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076940#M922553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enable the document log and examine the log file.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="GenerateLogfile.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122281_GenerateLogfile.JPG" style="width: 620px; height: 247px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076940#M922553</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-21T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076941#M922554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Go to Settings &amp;gt; Document Settings - check the 'Generate Logfile' checkbox, a log file will now be created in the same folder as the .qvw&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076941#M922554</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-21T10:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076942#M922555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add variables before and after each table load. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vStartTable1 = Now();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vEndTable1 = Now();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;LET vDifferenceTable1 = $(vStartTable1) - $(vEndTable1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET LoadTimeTable1 = $(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;vEndTable1) - $(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;vStartTable1);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on for all your tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076942#M922555</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T10:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076943#M922556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also want to enable the second option, Timestamp in Logfile name, this will give you a separate Log file for each reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076943#M922556</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-04-21T10:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076944#M922557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or even you can create a set of two variables for each table one at the beginning of the load and one at the end of the load and do a difference and use trace to see in the loading window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076944#M922557</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-21T10:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076945#M922558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Be aware that if the timestamp is enabled then QlikView doers not remove the old logs, you will have to do this manually or using a script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076945#M922558</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-21T10:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076946#M922559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076946#M922559</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-04-21T10:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076947#M922560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;// load table 1.......................&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LET vStartTimeTable1 = Now();&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;FROM Source&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LET vEndTimeTable1 = Now();&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LET vNameTable1='Table1Name';&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LET LoadTimeTable1 = interval($(vEndTimeTable1&lt;SPAN style="font-size: 13.3333px; font-family: inherit;"&gt;) - $(vStartTimeTable1),'hh:mm:ss' &lt;SPAN style="font-size: 13.3333px; font-family: inherit;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style=": ; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style=": ; font-size: 13.3333px; font-family: inherit;"&gt;// load table 2.......................&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LET vStartTimeTable2 = Now();&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;FROM Source&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LET vEndTimeTable2 = Now();&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LET vNameTable2='Table2Name';&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LET LoadTimeTable2 = interval($(vEndTimeTable2&lt;SPAN style="font-size: 13.3333px; font-family: inherit;"&gt;) - $(vStartTimeTable2),'hh:mm:ss' &lt;SPAN style="font-size: 13.3333px; font-family: inherit;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style=": ; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;do this for all the table&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;List:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD '$(LoadTimeTable1)' as LoadTime,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vNameTable1)' as TableName&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;Autogenerate 1;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;concatenate(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;List)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD '$(LoadTimeTable2)' as LoadTime,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vNameTable2)' as TableName&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;Autogenerate 1;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;do this for all the table&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;Now create the tablebox on front end and add two fields&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TableName&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;LoadTime&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076947#M922560</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-21T10:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076948#M922561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;I am getting script line error at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vLoadTimeTable1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; =&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vEndTable1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; - &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vStartTable1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 12:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076948#M922561</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2016-04-21T12:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076949#M922565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushal,&lt;/P&gt;&lt;P&gt;I am getting script line error at &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;LET LoadTimeTable2 = interval($(vEndTimeTable2&lt;SPAN style="font-family: inherit; font-size: 13.33px;"&gt;) - $(vStartTimeTable2),'hh:mm:ss' &lt;SPAN style="font-family: inherit; font-size: 13.33px;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 12:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076949#M922565</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2016-04-21T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076950#M922568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vStartTable1 = &lt;SPAN style="color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Now()&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD 1 as Dim1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 50000;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vEndTable1 = &lt;SPAN style="color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Now()&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET LoadTimeTable1 = $(vEndTable1) - $(vStartTable1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 12:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076950#M922568</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T12:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076951#M922570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Kush's idea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14612415728508413" jivemacro_uid="_14612415728508413"&gt;
&lt;P&gt;// Table1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vStartTable1 = Num(Now());&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;LOAD 1 as Dim1&lt;/P&gt;
&lt;P&gt;AutoGenerate 5000000;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vEndTable1 = Num(Now());&lt;/P&gt;
&lt;P&gt;LET LoadTimeTable1 = $(vEndTable1) - $(vStartTable1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;// Table2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vStartTable2 = Num(Now());&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table2:&lt;/P&gt;
&lt;P&gt;LOAD 2 as Dim2&lt;/P&gt;
&lt;P&gt;AutoGenerate 50000000;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vEndTable2 = Num(Now());&lt;/P&gt;
&lt;P&gt;LET LoadTimeTable2 = $(vEndTable2) - $(vStartTable2);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;// Table3&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vStartTable3 = Num(Now());&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table3:&lt;/P&gt;
&lt;P&gt;LOAD 3 as Dim3&lt;/P&gt;
&lt;P&gt;AutoGenerate 1000000;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vEndTable3 = Num(Now());&lt;/P&gt;
&lt;P&gt;LET LoadTimeTable3 = $(vEndTable3) - $(vStartTable3);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;// Table4&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vStartTable4 = Num(Now());&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table4:&lt;/P&gt;
&lt;P&gt;LOAD 4 as Dim4&lt;/P&gt;
&lt;P&gt;AutoGenerate 10000000;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vEndTable4 = Num(Now());&lt;/P&gt;
&lt;P&gt;LET LoadTimeTable4 = $(vEndTable4) - $(vStartTable4);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;// Table5&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vStartTable5 = Num(Now());&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table5:&lt;/P&gt;
&lt;P&gt;LOAD 5 as Dim5&lt;/P&gt;
&lt;P&gt;AutoGenerate 40000000;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vEndTable5 = Num(Now());&lt;/P&gt;
&lt;P&gt;LET LoadTimeTable5 = $(vEndTable5) - $(vStartTable5);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Info:&lt;/P&gt;
&lt;P&gt;LOAD 0 as Dummy&lt;/P&gt;
&lt;P&gt;AutoGenerate 0;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FOR i = 0 to 4&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LET j = $(i) + 1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Concatenate(Info)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LOAD Interval($(LoadTimeTable$(j)), 'hh:mm:ss') as Time,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; TableName($(i)) as TableName&lt;/P&gt;
&lt;P&gt;&amp;nbsp; AutoGenerate 1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;NEXT&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122286_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 12:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076951#M922570</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T12:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076952#M922571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 12:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076952#M922571</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2016-04-21T12:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076953#M922572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a sample, check that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 12:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076953#M922572</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Load Time</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076954#M922573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 13:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Load-Time/m-p/1076954#M922573</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2016-04-21T13:58:50Z</dc:date>
    </item>
  </channel>
</rss>

