<?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: Script Needed to store the time logs in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Script-Needed-to-store-the-time-logs/m-p/832808#M3529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Luck Today Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 05:16:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-02T05:16:09Z</dc:date>
    <item>
      <title>Script Needed to store the time logs</title>
      <link>https://community.qlik.com/t5/Management-Governance/Script-Needed-to-store-the-time-logs/m-p/832807#M3528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qliksense,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created some qvds, stored in the location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to run those QVDs every one hour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to tract these below details into Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) QVD load Starttime&lt;/P&gt;&lt;P&gt;2) QVD load EndTime&lt;/P&gt;&lt;P&gt;3) ServerName&lt;/P&gt;&lt;P&gt;4) QVD Name&lt;/P&gt;&lt;P&gt;5) Row count in Qvd&lt;/P&gt;&lt;P&gt;6) Row count in Database&lt;/P&gt;&lt;P&gt;7) Load Status ( if complete 1 else 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these details i need to get into one excel as single row, if i run the second QVD that row needs to be added as a second row into the same excel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me into that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeharsha V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 07:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Script-Needed-to-store-the-time-logs/m-p/832807#M3528</guid>
      <dc:creator />
      <dc:date>2015-04-01T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script Needed to store the time logs</title>
      <link>https://community.qlik.com/t5/Management-Governance/Script-Needed-to-store-the-time-logs/m-p/832808#M3529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Luck Today Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 05:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Script-Needed-to-store-the-time-logs/m-p/832808#M3529</guid>
      <dc:creator />
      <dc:date>2015-04-02T05:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Script Needed to store the time logs</title>
      <link>https://community.qlik.com/t5/Management-Governance/Script-Needed-to-store-the-time-logs/m-p/832809#M3530</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;It is a long dedicated work you are asking for. Instead I will try to help with pseudo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check F1 Help for the explanations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create and populate a variable with now() function.&lt;/P&gt;&lt;P&gt;2) Check ReloadTime() function.&lt;/P&gt;&lt;P&gt;3) You can populate that yourself.&lt;/P&gt;&lt;P&gt;4) FileName() or QVDTableName()&lt;/P&gt;&lt;P&gt;5)&lt;SPAN class="Bold"&gt;QvdNoOfRecords(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;6) That is an SQL count(*) or if same in your situation &lt;SPAN class="Bold"&gt;QvdNoOfRecords(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;7) QVDCreateTime() and then check with today's date accordingly 1 or 0. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;You can loop that and store the results to a CSV the same way with storing a QVD.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;BR &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Serhan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 08:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Script-Needed-to-store-the-time-logs/m-p/832809#M3530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-03T08:36:40Z</dc:date>
    </item>
  </channel>
</rss>

