<?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 Manipulating string as timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528039#M197318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have loaded data from Excel. I have a field CREATION_DATE, containing info like&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ES;"&gt;20/05/13 15:32:13,986000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load as a timestamp and after this, I want to substract 6 hours to get the result in other field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried several ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timestamp#(CREATION_DATE, 'DD/MM/YY hh:mm:ss') loads data, but any manipulation gives no result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using floor, substracting 0.25 and converting to timestamp, but no result.&lt;/P&gt;&lt;P&gt;Also substracting with Interval, and no result again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 13:36:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-08T13:36:29Z</dc:date>
    <item>
      <title>Manipulating string as timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528039#M197318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have loaded data from Excel. I have a field CREATION_DATE, containing info like&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ES;"&gt;20/05/13 15:32:13,986000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load as a timestamp and after this, I want to substract 6 hours to get the result in other field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried several ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timestamp#(CREATION_DATE, 'DD/MM/YY hh:mm:ss') loads data, but any manipulation gives no result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using floor, substracting 0.25 and converting to timestamp, but no result.&lt;/P&gt;&lt;P&gt;Also substracting with Interval, and no result again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528039#M197318</guid>
      <dc:creator />
      <dc:date>2013-10-08T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulating string as timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528040#M197319</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;=timestamp(timestamp#('20/05/13 15:32:13,986000000', 'DD/MM/YY hh:mm:ss,ffff') - MakeTime(6))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=timestamp(timestamp#(CREATION_DATE, 'DD/MM/YY hh:mm:ss,ffff') - MakeTime(6))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528040#M197319</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-08T13:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulating string as timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528041#M197320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;timestamp#(CREATION_DATE, 'DD/MM/YY hh:mm:ss&lt;STRONG&gt;,fff&lt;/STRONG&gt;') or first cut off the fraction of the seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528041#M197320</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-08T13:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulating string as timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528042#M197321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; F1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Timestamp(F1 - MakeTime(6)) as F2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; timestamp#(F1,'DD/MM/YYYY hh:mm:ss&lt;STRONG&gt;[,ffffffff]&lt;/STRONG&gt;') as F1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "20/05/13 15:32:13,986000000"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528042#M197321</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-10-08T13:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Manipulating string as timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528043#M197322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I find solution. The problema were decimals after seconds. I used Left(CREATION_DATE,17) and then it worked fine as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 14:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Manipulating-string-as-timestamp/m-p/528043#M197322</guid>
      <dc:creator />
      <dc:date>2013-10-08T14:01:21Z</dc:date>
    </item>
  </channel>
</rss>

