<?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 How to pull date and Time portion from TimeStamp Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-pull-date-and-Time-portion-from-TimeStamp-Field/m-p/1032611#M348468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier,I used Date(Floor(TimeStampField)) as Date for Date field and Time(Frac(TimeStampField)) as Time for Time field and it worked fine but now its not working. May be due to changed TimeStamp field structure but what function needs to be used here. Data file and qvw is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Taha&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2016 14:54:34 GMT</pubDate>
    <dc:creator>taha_mansoor</dc:creator>
    <dc:date>2016-02-02T14:54:34Z</dc:date>
    <item>
      <title>How to pull date and Time portion from TimeStamp Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-date-and-Time-portion-from-TimeStamp-Field/m-p/1032611#M348468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier,I used Date(Floor(TimeStampField)) as Date for Date field and Time(Frac(TimeStampField)) as Time for Time field and it worked fine but now its not working. May be due to changed TimeStamp field structure but what function needs to be used here. Data file and qvw is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Taha&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 14:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-date-and-Time-portion-from-TimeStamp-Field/m-p/1032611#M348468</guid>
      <dc:creator>taha_mansoor</dc:creator>
      <dc:date>2016-02-02T14:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull date and Time portion from TimeStamp Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-date-and-Time-portion-from-TimeStamp-Field/m-p/1032612#M348469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(Floor(TimeStamp#(Left([Created On], 19), 'YYYY-MM-DD hh:mm:ss')),'DD/MM/YYYY') as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Time(Frac(TimeStamp#(Left([Created On], 19), 'YYYY-MM-DD hh:mm:ss'))) as Time,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Created On]&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;Date.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, table is Sheet1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 16:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-date-and-Time-portion-from-TimeStamp-Field/m-p/1032612#M348469</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T16:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull date and Time portion from TimeStamp Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-date-and-Time-portion-from-TimeStamp-Field/m-p/1032613#M348470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. It worked, however, its also giving the same result when using withour TimeStamp&lt;STRONG&gt;# &lt;/STRONG&gt;function i.e. Time(Frac(Left([Created On], 19))) as Time. By the way, Whats the role of TimeStamp&lt;STRONG&gt;# &lt;/STRONG&gt;function here ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that all values im my TimeStamp field possess +00:00 at the right most side. Do you have any idea, what does that mean ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 18:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-date-and-Time-portion-from-TimeStamp-Field/m-p/1032613#M348470</guid>
      <dc:creator>taha_mansoor</dc:creator>
      <dc:date>2016-02-02T18:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull date and Time portion from TimeStamp Field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-date-and-Time-portion-from-TimeStamp-Field/m-p/1032614#M348471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TimeStamp#() function is used when QlikView is not able to understand you TimeStamp field as TimeStamp. We can use TimeStamp#(), Dat#(), Time#() function to help QlikView understand that our date format is little different then what we have specified at the top using SET function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;SET TimeFormat='h:mm:ss TT';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;SET DateFormat='M/D/YYYY';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;/P&gt;&lt;P&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&lt;/P&gt;&lt;P&gt;SET FirstWeekDay=6;&lt;/P&gt;&lt;P&gt;SET BrokenWeeks=1;&lt;/P&gt;&lt;P&gt;SET ReferenceDay=0;&lt;/P&gt;&lt;P&gt;SET FirstMonthOfYear=1;&lt;/P&gt;&lt;P&gt;SET CollationLocale='en-US';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 20:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-date-and-Time-portion-from-TimeStamp-Field/m-p/1032614#M348471</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T20:05:05Z</dc:date>
    </item>
  </channel>
</rss>

