<?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: Convert Time Stamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593759#M478356</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Date#([Received Date],'DD.MM.YYYY hh:mm:ss'),'DD/MM/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 10:59:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-19T10:59:52Z</dc:date>
    <item>
      <title>Convert Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593753#M478350</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;Could someone kindly assist me with a time stamp conversion problem I have. I have a field (Received Date) which has a time stamp, and an example is : 13.3.2014&amp;nbsp; 13:28:16 . I would like to convert this to a date and have been trying the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Floor(TimeStamp#([Received Date],'DD.MM.YYYY hh:mm:ss')),'DD.MM.YYYY') as [Received Date],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some strange reason it is not converting the time stamp and is returning values of "-" in the Received Date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Herbiec 09&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593753#M478350</guid>
      <dc:creator />
      <dc:date>2014-03-19T10:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593754#M478351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Try this&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;"&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;"&gt;Date(Floor(TimeStamp(TimeStamp#([Received Date],'DD.MM.YYYY hh:mm:ss'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'DD.MM.YYYY hh:mm:ss'&lt;/SPAN&gt;)),'DD.MM.YYYY') as [Received Date],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;you can do&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Floor([Received Date]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;),'DD.MM.YYYY') as [Received Date],&lt;/SPAN&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;"&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;"&gt;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593754#M478351</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-19T10:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593755#M478352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if this is working for you: (Goto Numbers---&amp;gt;Select your Field ----&amp;gt;&amp;gt;&amp;gt;Select Time stamp option&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/55340_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593755#M478352</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-03-19T10:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593756#M478353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;13.&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;.2014&amp;nbsp; 13:28:16 looks like it will display the 01.01.2014 01:01:01 as 1.1.2014 1:1:1 if it is the case then your &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;expression would be&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Floor(TimeStamp#([Received Date],'D.M.YYYY h:m:s')),'DD.MM.YYYY') as [Received Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593756#M478353</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-03-19T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593757#M478354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Date(FLOOR(Timestamp#([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;Received Date&lt;/SPAN&gt;],'DD.M.YYYY&amp;nbsp; hh:mm:ss')),'DD.MM.YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593757#M478354</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-19T10:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593758#M478355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in text object&lt;/P&gt;&lt;P&gt;=Date(Date#('13.03.2014 13:28:16','DD.MM.YYYY hh:mm:ss'),'DD.MM.YYYY')&lt;/P&gt;&lt;P&gt;so in script try this&lt;/P&gt;&lt;P&gt;Date(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Received Date]&lt;/SPAN&gt;,'DD.MM.YYYY hh:mm:ss'),'DD.MM.YYYY') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Received Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or&amp;nbsp; try this way&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Received Date]&lt;/SPAN&gt;)&amp;gt;0,Date(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Received Date]&lt;/SPAN&gt;,'DD.MM.YYYY hh:mm:ss'),'DD.MM.YYYY') )as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Received Date]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593758#M478355</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-03-19T10:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593759#M478356</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Date#([Received Date],'DD.MM.YYYY hh:mm:ss'),'DD/MM/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 10:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593759#M478356</guid>
      <dc:creator />
      <dc:date>2014-03-19T10:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Time Stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593760#M478357</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;Got it working with:&lt;/P&gt;&lt;P&gt;Date(Date#(Left([Received Date],Index([Received Date],' ')-1),'D.M.YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 11:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Time-Stamp/m-p/593760#M478357</guid>
      <dc:creator />
      <dc:date>2014-03-19T11:10:43Z</dc:date>
    </item>
  </channel>
</rss>

