<?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 Timestamp in Logfile Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-in-Logfile-Name/m-p/170342#M40810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyBody,&lt;/P&gt;&lt;P&gt;Could someone tell me what I'm supposed to do to make 'timestamps in logfile names' while this fonctionality doesn't exist in QV 8.5?&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kai ZHONG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jan 2011 18:22:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-14T18:22:03Z</dc:date>
    <item>
      <title>Timestamp in Logfile Name</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-in-Logfile-Name/m-p/170342#M40810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyBody,&lt;/P&gt;&lt;P&gt;Could someone tell me what I'm supposed to do to make 'timestamps in logfile names' while this fonctionality doesn't exist in QV 8.5?&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kai ZHONG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 18:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-in-Logfile-Name/m-p/170342#M40810</guid>
      <dc:creator />
      <dc:date>2011-01-14T18:22:03Z</dc:date>
    </item>
    <item>
      <title>Timestamp in Logfile Name</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-in-Logfile-Name/m-p/170343#M40811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Go to Document Properties/General and check&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Generate Logfile&lt;/LI&gt;&lt;LI&gt;Timestamp in logfile name.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Then in every reloading, instead of overwriting the file DocumentName.qvw.log, it's going to create one with the datetime in it's name.&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 18:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-in-Logfile-Name/m-p/170343#M40811</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2011-01-14T18:39:15Z</dc:date>
    </item>
    <item>
      <title>Timestamp in Logfile Name</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-in-Logfile-Name/m-p/170344#M40812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Héctor,&lt;/P&gt;&lt;P&gt;That's very kind of you. However, in QV 8.5, the option that you mentionned dosn't exist...&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;Kai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 09:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-in-Logfile-Name/m-p/170344#M40812</guid>
      <dc:creator />
      <dc:date>2011-01-17T09:05:29Z</dc:date>
    </item>
    <item>
      <title>Timestamp in Logfile Name</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-in-Logfile-Name/m-p/170345#M40813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Kai.&lt;BR /&gt;&lt;BR /&gt;I have one decision for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;If you can use publisher, you can setup job, which after reload qvw will run external program task and run CMD-file&lt;BR /&gt;&lt;BR /&gt;You can use command file, which will be copy/rename your log file into new file with correct name.&lt;BR /&gt;&lt;BR /&gt;I use such approach.&lt;BR /&gt;&lt;BR /&gt;small example from my CMD-file:&lt;/P&gt;&lt;P&gt;@echo off&lt;BR /&gt;set now=%TIME:~0,-3%&lt;BR /&gt;set now=%now::=%&lt;BR /&gt;set now=%now: =0%&lt;BR /&gt;set now=%DATE%_%now%&lt;BR /&gt;@echo on&lt;BR /&gt;&lt;BR /&gt;rem Copy Log files into new file&lt;BR /&gt;&lt;BR /&gt;copy "c:\TestLogRename\testLogRename.qvw.log" /Y "C:\TestLogRename\testLogRename_%now%.qvw.log"&lt;BR /&gt;&lt;BR /&gt;after this I get log file with name: testLogRename_17.01.2011_112129.qvw.log&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope that this info will be useful for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 09:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-in-Logfile-Name/m-p/170345#M40813</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2011-01-17T09:29:59Z</dc:date>
    </item>
  </channel>
</rss>

