<?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 Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/873751#M305224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is worth mentioning that all datetimes in qlikview&amp;nbsp; is represented by floating point number.&amp;nbsp; the whole number is the days passed since 31 December 1899 and the fractional value is the time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the previously mentioned function will put them in the format we know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 May 2015 12:50:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-16T12:50:42Z</dc:date>
    <item>
      <title>Timestamp Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/873748#M305221</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;I am loading data from an xlsx file. There is a column present in the file which has values in datetime format such as 1/3/2015 17:45.&lt;/P&gt;&lt;P&gt;While loading it in qlikview, I am getting it in number format.&lt;/P&gt;&lt;P&gt;How do I get the timestamp format in which the data is present in the excel into the specific column in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 12:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/873748#M305221</guid>
      <dc:creator />
      <dc:date>2015-05-16T12:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/873749#M305222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Timestamp() function to format the number into a timestamp. By the below principle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp(MyTimestampField) AS MyTimestamp&lt;/P&gt;&lt;P&gt;FROM myfile.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more detailed help a sample XLSX file and QVW file would make it a lot easier to understand what happens in your scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 12:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/873749#M305222</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-05-16T12:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/873750#M305223</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 any of the below two&lt;/P&gt;&lt;P&gt;Timestamp(fieldName,'DD/MM/YYYY hh:mm')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date(fieldName,'DD/MM/YYYY hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 12:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/873750#M305223</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-16T12:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/873751#M305224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is worth mentioning that all datetimes in qlikview&amp;nbsp; is represented by floating point number.&amp;nbsp; the whole number is the days passed since 31 December 1899 and the fractional value is the time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the previously mentioned function will put them in the format we know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 12:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/873751#M305224</guid>
      <dc:creator />
      <dc:date>2015-05-16T12:50:42Z</dc:date>
    </item>
  </channel>
</rss>

