<?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: Task and QVD load times on Qlikview server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382884#M799641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone else was looking for the same thing recently (can't find the thread) and we sent then to look at:&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;C:\ProgramData\QlikTech\DistributionService\TaskResults&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 18:15:06 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2017-11-28T18:15:06Z</dc:date>
    <item>
      <title>Task and QVD load times on Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382880#M799637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a simple way to gather load times (actual time the load started, as well as duration) of QVD's and tasks.&amp;nbsp; I have to prepare a report of lineage for the task and the qvd's associated with them, and I have to show the load times for each.&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/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382880#M799637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Task and QVD load times on Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382881#M799638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can always create 2 variables in the script of ur application: &lt;/P&gt;&lt;P&gt;one in the first line:&lt;/P&gt;&lt;P&gt;let vStart= now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one in the last line:&lt;/P&gt;&lt;P&gt;let vEnd=Now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u can have the duration by doing $(vEnd) - $(vStart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now depends on how u want to show this:&lt;/P&gt;&lt;P&gt;please refer to this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16349"&gt;Time Difference or Time in Human Readable Format&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 23:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382881#M799638</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-11-27T23:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Task and QVD load times on Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382882#M799639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked at the QlikView Governance Dashboard?&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/governance-dashboard/2.0/Content/What.htm" title="https://help.qlik.com/en-US/governance-dashboard/2.0/Content/What.htm"&gt;https://help.qlik.com/en-US/governance-dashboard/2.0/Content/What.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 23:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382882#M799639</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-27T23:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Task and QVD load times on Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382883#M799640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have but I cant see where it shows the actual start and stop time or the duration for loads.&amp;nbsp; I did load your app (QVPR_Analysis) and it gave me the majority of what I needed.&amp;nbsp; Thank you very much for making that available to the community!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 15:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382883#M799640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T15:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Task and QVD load times on Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382884#M799641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone else was looking for the same thing recently (can't find the thread) and we sent then to look at:&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;C:\ProgramData\QlikTech\DistributionService\TaskResults&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 18:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Task-and-QVD-load-times-on-Qlikview-server/m-p/1382884#M799641</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-28T18:15:06Z</dc:date>
    </item>
  </channel>
</rss>

