<?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 format help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915904#M317673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yousuf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look into following link&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/732083"&gt;Alt function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Might helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;SatyaPaleti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2015 10:02:24 GMT</pubDate>
    <dc:creator>SatyaPaleti</dc:creator>
    <dc:date>2015-07-27T10:02:24Z</dc:date>
    <item>
      <title>Timestamp format help</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915903#M317672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaches is the excel sheet with the timestamp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am trying to create a field that displays the timestamp , it must appear in charts and graphs as DD/MM/YYYYY hh:mm:ss tt format (not the number format )&lt;/P&gt;&lt;P&gt;another field which just shows DD/MM/YYYY hh:mm only (floor&amp;nbsp; get the minutes , 9:45:35 , 9:45:12 must both show as 9:45)&lt;/P&gt;&lt;P&gt;one that shows the Hour only , so 9:00 , 10:00 : 11:00 14:00 ect (floor to get the hour&amp;nbsp; , so 9:01 9:54 must show as 9:00&lt;/P&gt;&lt;P&gt;one that shows the DD/MM/YYYY only &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 09:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915903#M317672</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2015-07-27T09:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format help</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915904#M317673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yousuf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look into following link&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/732083"&gt;Alt function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Might helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;SatyaPaleti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 10:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915904#M317673</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2015-07-27T10:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format help</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915905#M317674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94048" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94048_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET TimeFormat='h:mm:ss TT';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET DateFormat='M/DD/YYYY';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET TimestampFormat='M/DD/YYYY h:mm:ss[.fff] TT';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Timestamp,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Time(Frac(Timestamp)) as Time,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Floor(Timestamp)) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_174113.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 10:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915905#M317674</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-27T10:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format help</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915906#M317675</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;use Date()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;1) Date(YourField,'DD/MM/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;2) Date(YourField,'DD/MM/YYYY hh:mm')&lt;/P&gt;&lt;P&gt;3) Hour(YourField)&lt;/P&gt;&lt;P&gt;4) Date(YourField,'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 10:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915906#M317675</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-07-27T10:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp format help</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915907#M317676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94049_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Timestamp,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; TimeStamp(Timestamp, 'DD/MM/YYYY hh:mm') as Timestamp1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Time(Time#(Floor(Frac(Timestamp) * 60 * 60/150), 'hh'), 'hh:mm') as Time,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Floor(Timestamp), 'DD/MM/YYYY') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_174113.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 10:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-format-help/m-p/915907#M317676</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-27T10:11:18Z</dc:date>
    </item>
  </channel>
</rss>

