<?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 not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497871#M1137542</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;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TimeStamp(Timestamp#(left(replace(StartAt, 'T', ' '),19), 'YYYY-MM-DDhh:mm:ss.fff') ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'YYYY-MM-DDhh:mm:ss.fff'&lt;/SPAN&gt;) AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MyTimeStamp&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 16:15:56 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-10-21T16:15:56Z</dc:date>
    <item>
      <title>Timestamp not working</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497870#M1137541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So here is what happens, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initial Data format &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2010-12-05T00:30:00-05:00 so YYYY-MM-DDTHH:MM:SS-AA:BB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the code that I used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp#(left(replace(StartAt, 'T', ' '),19), 'YYYY-MM-DDhh:mm:ss.fff') as MyTimeStamp,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;^^ this works as I can see expected result in list box &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then when I do (&lt;EM&gt;all of them do not work&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Hour(MyTimeStamp)&lt;/P&gt;&lt;P&gt;=Floor(MyTimeStamp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in expression for the title, or even in the load statement,I do not get the expected result !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497870#M1137541</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp not working</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497871#M1137542</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;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TimeStamp(Timestamp#(left(replace(StartAt, 'T', ' '),19), 'YYYY-MM-DDhh:mm:ss.fff') ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'YYYY-MM-DDhh:mm:ss.fff'&lt;/SPAN&gt;) AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MyTimeStamp&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 16:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497871#M1137542</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-10-21T16:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp not working</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497872#M1137543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use Timestamp function around the TimeStamp#&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TimeStamp(Timestamp#(StartAt 'YYYY-MM-DDThh:mm:ss.fff') ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'YYYY-MM-DDhh:mm:ss.fff'&lt;/SPAN&gt;) AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MyTimeStamp&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if your splitting for some other string the use &lt;STRONG&gt;Left(StartAt, 20)&lt;/STRONG&gt; in the place of &lt;STRONG&gt;StartAt&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 16:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497872#M1137543</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-21T16:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp not working</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497873#M1137544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now nothing is working ! the listbox doesn't show dates any more for the field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;MyTimeStamp&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 16:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497873#M1137544</guid>
      <dc:creator />
      <dc:date>2013-10-21T16:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp not working</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497874#M1137545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As suggested above,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this code worked for me :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;TimeStamp(Timestamp#(left(replace(StartAt, 'T', ' '),19), 'YYYY-MM-DD hh:mm:ss[.fff]') ,'YYYY-MM-DD hh:mm:ss[.fff]') AS MyTimeStamp&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 16:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-not-working/m-p/497874#M1137545</guid>
      <dc:creator />
      <dc:date>2013-10-21T16:25:42Z</dc:date>
    </item>
  </channel>
</rss>

