<?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: Log File Date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33451#M5667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marcus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2018 11:14:50 GMT</pubDate>
    <dc:creator>jeevays7</dc:creator>
    <dc:date>2018-06-15T11:14:50Z</dc:date>
    <item>
      <title>Log File Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33448#M5664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to find out the duration of each qlikview file that I'm reloading from the log file.I have a log file which display 12 hour time format with AM/PM (Q11.20 version) and another log file which display the 24 hour time format (Q12.10 version) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I want to change the time format in log File generation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is Old log file format: ( Q11.20)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;14/05/18 7:41:14 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution started.&lt;/P&gt;&lt;P&gt;14/05/18 7:41:14 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QlikView Version:11.20.12904.0&lt;/P&gt;&lt;P&gt;14/05/18 7:41:14 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU Target&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is new log file format: (Q12.10)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2018-06-15 09:48:23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution started.&lt;/P&gt;&lt;P&gt;2018-06-15 09:48:23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QlikView Desktop Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12.10.20700+2018-02-09 15:37:07.HEAD.Component.Version&lt;/P&gt;&lt;P&gt;2018-06-15 09:48:23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU Target &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the same format as the old log Files. How to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 10:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33448#M5664</guid>
      <dc:creator>jeevays7</dc:creator>
      <dc:date>2018-06-15T10:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33449#M5665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK it's not customizable/possible. This meant you need to handle different formattings within your load and this could be done with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(alt(date#(Timestamp, FormatOld), date#(Timestamp, FormatNew)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 10:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33449#M5665</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-06-15T10:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33450#M5666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure that you can actually change the timestamp format for script logs. In earlier versions, timestamps on servers would follow the server regional settings for dates and times. The new format however is called 'Database Format' and doesn't change. Also, this format is fixed as a Year-Month-Day sequence, i.e. Months and Days will never be swapped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And on top of that, all QlikView products understand 'database format' when they see it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMHO it shouldn't be that difficult to test for the presence of timestamps in 'database format' as it's about the only format that has a hyphen in position 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 10:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33450#M5666</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-06-15T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33451#M5667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marcus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 11:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33451#M5667</guid>
      <dc:creator>jeevays7</dc:creator>
      <dc:date>2018-06-15T11:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Log File Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33452#M5668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 11:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-File-Date-format/m-p/33452#M5668</guid>
      <dc:creator>jeevays7</dc:creator>
      <dc:date>2018-06-15T11:15:16Z</dc:date>
    </item>
  </channel>
</rss>

