<?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: Last Execution time for each QVD generated in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617360#M1095456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thanks for the reply, basically I have about 5 Documents that generate about 10 qvd's. I then have a qlikview document that pulls all these qvd's and then I create different dashboards etc.. what I am after is section within the Document to tell the users the reload times for each QVD and how long it took to cretae the qvd. So based on what you were saying&amp;nbsp;&amp;nbsp; about the vReloadStartTime at the start of the sheet and then do the vReloadEndTime at the end of the last sheet for each of my QVD Generators how do I call these variables for my main Document?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 20:14:57 GMT</pubDate>
    <dc:creator>ivandrago</dc:creator>
    <dc:date>2014-04-24T20:14:57Z</dc:date>
    <item>
      <title>Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617354#M1095450</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;I want to know the last eexcution time and how long the Task took generate the QVD file? Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617354#M1095450</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-24T15:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617355#M1095451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean the last reload time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617355#M1095451</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-24T15:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617356#M1095452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The log file will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617356#M1095452</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-04-24T15:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617357#M1095453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write a load script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vStart = now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Statements&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vEnd = now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Totaltime = time(( vEnd- vStart),'hh:mm:ss') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or may be Reloadtime() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vLastUpdated = Reloadtime();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617357#M1095453</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-24T15:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617358#M1095454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at the start of the script&lt;/P&gt;&lt;P&gt;Let vReloadStartTime = NOW();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the end of the script&lt;/P&gt;&lt;P&gt;Let vReloadEndTime = NOW();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add Below in text box&lt;/P&gt;&lt;P&gt;=Time(vReloadEndTime-vReloadStartTime)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617358#M1095454</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-24T15:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617359#M1095455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a variable like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start = now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;Field2&lt;/P&gt;&lt;P&gt;FROM MyData.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finish = now();&lt;/P&gt;&lt;P&gt;duration = TIME(finish - start);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617359#M1095455</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-24T15:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617360#M1095456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thanks for the reply, basically I have about 5 Documents that generate about 10 qvd's. I then have a qlikview document that pulls all these qvd's and then I create different dashboards etc.. what I am after is section within the Document to tell the users the reload times for each QVD and how long it took to cretae the qvd. So based on what you were saying&amp;nbsp;&amp;nbsp; about the vReloadStartTime at the start of the sheet and then do the vReloadEndTime at the end of the last sheet for each of my QVD Generators how do I call these variables for my main Document?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 20:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617360#M1095456</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-24T20:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617361#M1095457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking of time to create QVD ? &lt;/P&gt;&lt;P&gt;or time to load all QVDs in single qvw ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 20:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617361#M1095457</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-24T20:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617362#M1095458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;save these details in a separate table in all the five qvd generators and pull these five tables into the main application.&lt;/P&gt;&lt;P&gt;Ppl have already shared details of how to capture these data. Create a table called reload time and put these data in.&lt;/P&gt;&lt;P&gt;In the mail application concat all the data and create a master reload time table.&lt;/P&gt;&lt;P&gt;Show the user the reload time of each qvd from this table.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 20:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617362#M1095458</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-04-24T20:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617363#M1095459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So How do you store these variables into a qvd file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am guessing that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have done the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;//Put this at the start of each sheet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vReloadStartTime&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NOW&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;();&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;//Put this at the end of each sheet&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vReloadEndTime&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NOW&lt;/SPAN&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;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So How do you store these variables into a qvd file? I am guessing I would want the followinf fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;QVD Name, --Name of the QVD that is being generated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Start Time, -- Start time of when the QVD Begins&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;End Time -- End Time of when the QVD End&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Execution Time, --THis would be the caulation time of End Time minus Start Time &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Flag -- I was thinking that if i was to keep a history of all reload times then to create a Flag so 1 would be the latest for each QVD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 12:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617363#M1095459</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2014-04-25T12:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617364#M1095460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA, I the start and end time are same in the app as it is a very small application.&lt;/P&gt;&lt;P&gt;I have used now as the flag. While concatenating all the data in the main application u can use the latest time as flag.&lt;/P&gt;&lt;P&gt;I have shown the data creation for one qvd. similar tables should be created in the other qvd's also.&lt;/P&gt;&lt;P&gt;all these qvd's that are created an be concatenated in the main application, which can be used as the master qvd data details.&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>Fri, 25 Apr 2014 15:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617364#M1095460</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-04-25T15:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Last Execution time for each QVD generated</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617365#M1095461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can load your table like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a example do changes from your own table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vStart = Now();&lt;/P&gt;&lt;P&gt;LET Tablename = 'Customer';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(Tablename):&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Customers;&lt;/P&gt;&lt;P&gt;LET vEnd = now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vtottime =TIME(vEnd-vStart,'hh:mm:ss');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Start,End,Tablename,ExecutionTime&lt;/P&gt;&lt;P&gt;'$(vStart)','$(vEnd)','$(Tablename)','$(vtottime)'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 15:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Execution-time-for-each-QVD-generated/m-p/617365#M1095461</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-25T15:17:57Z</dc:date>
    </item>
  </channel>
</rss>

