<?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: TimeStamp Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/TimeStamp-Question/m-p/496143#M185530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You, this is perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 18:58:50 GMT</pubDate>
    <dc:creator>bhelms</dc:creator>
    <dc:date>2013-12-17T18:58:50Z</dc:date>
    <item>
      <title>TimeStamp Question</title>
      <link>https://community.qlik.com/t5/QlikView/TimeStamp-Question/m-p/496141#M185528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot figure this out and it is starting to make me angry so I am hoping someone smarter than me can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a log file that has a timestamp in the following format "12/16/2013 23:50:18.7905230". I am simply trying to pull this into QlikView, and format it as a proper timestamp. I can't figure out the scripting for it. You can recreate my issue with the following code. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateTime:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;DateTime&lt;BR /&gt;'12/16/2013 23:50:18.7905230'&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;DateTime2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TimeStamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'M/D/YYYY h:mm:ss TT') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateTest&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; DateTime; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a ton of things to get DateTest to format properly but haven't figured it out yet. Thanks For the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 17:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TimeStamp-Question/m-p/496141#M185528</guid>
      <dc:creator>bhelms</dc:creator>
      <dc:date>2013-12-17T17:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: TimeStamp Question</title>
      <link>https://community.qlik.com/t5/QlikView/TimeStamp-Question/m-p/496142#M185529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateTime2:&lt;/P&gt;&lt;P&gt;load timestamp(timestamp#(DateTime, 'M/D/YYYY h:mm:ss.fff'),'M/D/YYYY h:mm:ss TT') as DateTest&lt;/P&gt;&lt;P&gt;resident DateTime;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 18:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TimeStamp-Question/m-p/496142#M185529</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-17T18:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: TimeStamp Question</title>
      <link>https://community.qlik.com/t5/QlikView/TimeStamp-Question/m-p/496143#M185530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You, this is perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 18:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TimeStamp-Question/m-p/496143#M185530</guid>
      <dc:creator>bhelms</dc:creator>
      <dc:date>2013-12-17T18:58:50Z</dc:date>
    </item>
  </channel>
</rss>

