<?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 Time Conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472677#M1153976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the raw data I got for time is something like 41271.378252315, how can I convert it to the date time format like "01/01/2013 05:01:33 am"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 22:45:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-19T22:45:36Z</dc:date>
    <item>
      <title>Time Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472677#M1153976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the raw data I got for time is something like 41271.378252315, how can I convert it to the date time format like "01/01/2013 05:01:33 am"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 22:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472677#M1153976</guid>
      <dc:creator />
      <dc:date>2013-04-19T22:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Time Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472678#M1153977</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;You should use the date() function, ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Date(41271.378252315,&lt;STRONG&gt; 'DD/MM/YYYY hh:mm:ss TT'&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Date(41271.378252315, '$(TimestampFormat)') &lt;EM&gt;&lt;STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;TimestampFormat&lt;/SPAN&gt; &lt;/STRONG&gt;is a QV System variable, it's define the full date time format. (See the script)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Ricardo&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 23:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472678#M1153977</guid>
      <dc:creator />
      <dc:date>2013-04-19T23:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Time Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472679#M1153978</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;Have you tried using the date function? For instance &lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;41271.378252315&lt;SPAN class="s1"&gt;) returns 12/28/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;See attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Hope that helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Matt&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 23:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472679#M1153978</guid>
      <dc:creator />
      <dc:date>2013-04-19T23:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472680#M1153979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a couple of options, but the easiest is to load the field into an object and go to the Number tab and select Timestamp.&amp;nbsp; You can also do this in the script editor by prefacing the field with Timestamp(&amp;lt;your date field here&amp;gt;), as shown below, and this will then show the field as a date whenever it's used in an object (aka globally).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;Timestamp&lt;/STRONG&gt;(Date)&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[\\vmware-host\Shared Folders\Desktop\date.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Austin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Apr 2013 02:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472680#M1153979</guid>
      <dc:creator>montgomery7aust</dc:creator>
      <dc:date>2013-04-20T02:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472681#M1153980</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp( 41271.378252315) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Apr 2013 05:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Conversion/m-p/472681#M1153980</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-20T05:22:48Z</dc:date>
    </item>
  </channel>
</rss>

