<?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: Format date/time column to Year, Month, Day, Hour, Minutes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90862#M14768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the issue when you use the above script? It gave you an error or something else went wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2018 00:37:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-08-02T00:37:07Z</dc:date>
    <item>
      <title>Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90853#M14759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a SQL server data load that imports a column in the format&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209465_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;It is very difficult to manipulate this raw data for creating charts.&amp;nbsp; The time is too granular.&amp;nbsp; How can i format the time/date so that it is useable.&amp;nbsp; Here is now it loads from my SQL database.&amp;nbsp; I would like to parse the data out so that I have Year, Month, Day, Hour, and Minute Columns.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/209466_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 18:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90853#M14759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T18:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90854#M14760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try something like this in &lt;SPAN style="text-decoration: underline;"&gt;your script qlikview/sense&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(TimeSent,'MM') as MonthSent&lt;/P&gt;&lt;P&gt;Year(TimeSent) as YearSent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or parse it in &lt;SPAN style="text-decoration: underline;"&gt;your SQL query&lt;/SPAN&gt; with something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTRACT(TimeSent, MONTH)&amp;nbsp; as MonthSent&lt;/P&gt;&lt;P&gt;EXTRACT(TimeSent, YEAR)&amp;nbsp; as YearSent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 21:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90854#M14760</guid>
      <dc:creator>s_achraphe</dc:creator>
      <dc:date>2018-07-31T21:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90855#M14761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt; on top of your SQL load and then use &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm"&gt;date and time functions&lt;/A&gt;‌‌ to get date, month, year, monthyear... etc.... or you can also &lt;A href="https://community.qlik.com/thread/48693"&gt;Creating A Master Calendar&lt;/A&gt;‌‌ to create this stuff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 01:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90855#M14761</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-01T01:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90856#M14762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a preceding load on top of the Sql Load,&lt;/P&gt;&lt;P&gt;You can use Date function to format the data or you can use Month, Year Function respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *, date(date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TimeSent&lt;/SPAN&gt;,'MM/DD/YYYY hh:mm:ss tt'),'YYYY') &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;date(date#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'&lt;SPAN style="font-size: 13.3333px;"&gt;MM/DD/YYYY&lt;/SPAN&gt; hh:mm:ss tt'),'MM')&lt;/SPAN&gt; as Month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;date(date#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'&lt;SPAN style="font-size: 13.3333px;"&gt;MM/DD/YYYY&lt;/SPAN&gt; hh:mm:ss tt'),'DD')&lt;/SPAN&gt; as Day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;date(date#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'&lt;SPAN style="font-size: 13.3333px;"&gt;MM/DD/YYYY&lt;/SPAN&gt; hh:mm:ss tt'),'hh')&lt;/SPAN&gt; as Hour,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;date(date#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'&lt;SPAN style="font-size: 13.3333px;"&gt;MM/DD/YYYY&lt;/SPAN&gt; hh:mm:ss tt'),'mm')&lt;/SPAN&gt; as Minute,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;date(date#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'&lt;SPAN style="font-size: 13.3333px;"&gt;MM/DD/YYYY&lt;/SPAN&gt; hh:mm:ss tt'),'ss')&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; as Second&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL Select Top 2000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"ID_Action"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 01:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90856#M14762</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-08-01T01:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90857#M14763</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;Master Calendar ir AutoCalendar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 02:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90857#M14763</guid>
      <dc:creator>MarioCenteno</dc:creator>
      <dc:date>2018-08-01T02:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90858#M14764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;DailyTime:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date#(TimeSent,'MM/DD/YYYY hh:mm:ss tt')) as TimeSent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;Select top 2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ID_ACTION",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Time_Created",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Time_Sent"&lt;/P&gt;&lt;P&gt;From Emp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(TimeSent) as TimeSent,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(Timesent) as Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(TimeSent) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(TimeSent) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hour(Timesent) as Hour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Minute(Timesent) as Minute;&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; Date(MinDate + IterNo()-1) as TimeSent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while (MinDate + IterNo() - 1) &amp;lt;= Num(MaxDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(date(date#(TimeSent,'MM/DD/YYYY hh:mm:ss tt'))) as MinDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(date(date#(TimeSent,'MM/DD/YYYY hh:mm:ss tt'))) as MaxDate&lt;/P&gt;&lt;P&gt;Resident DailyTime;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 07:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90858#M14764</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-01T07:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90859#M14765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code runs..&amp;nbsp; But the new formatted data does not come thru properly.&amp;nbsp; I do have some SET commands (company standard template) before my SQL code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the end result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209611_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my SET commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;ThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;=',';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;DecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;='.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;MoneyThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;=',';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;MoneyDecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;='.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;MoneyFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;='$#,##0.00;($#,##0.00)';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;TimeFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;='h:mm:ss TT';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;='M/D/YYYY';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;DayNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;='Mon;Tue;Wed;Thu;Fri;Sat;Sun'; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 16:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90859#M14765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-01T16:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90860#M14766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code doesn't run in my Script..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90860#M14766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-01T18:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90861#M14767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I noticed I had a pre-built Calendar in my Script Template..&amp;nbsp; I replaced a generic DateID with my TimeSent field, but it still didn't like the format..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;TempCal:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;MonthStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(),-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;()+1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;AutoGenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(12);&lt;BR /&gt; &lt;BR /&gt; Calendar:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;DateKey&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;BR /&gt; 'Q' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;)/3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;)/3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Qtr&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;MonthStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;), 'YYYY-MM') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;YearMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; TempCal;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; TempCal;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;Let&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 14pt;"&gt;vToday&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;();&lt;BR /&gt; &lt;BR /&gt; Ranges:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;DateRange&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;RangeStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;RangeStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;RangeEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;RangeEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; ;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;[&lt;BR /&gt; DateRange|RangeStart|RangeEnd&lt;BR /&gt; Last Month|MonthStart(vToday,-1)|MonthEnd(vToday,-1)&lt;BR /&gt; Last Quarter|QuarterStart(vToday,-1)|QuarterEnd(vToday,-1)&lt;BR /&gt; Last Year|YearStart(vToday,-1)|YearEnd(vToday,-1)&lt;BR /&gt; Last 3 Months|MonthStart(vToday,-3)|MonthEnd(vToday,-1)&lt;BR /&gt; Month-To-Date|MonthStart(vToday)|vToday&lt;BR /&gt; Year-To-Date|YearStart(vToday)|vToday]&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;ansi&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; '|', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;); &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; (Ranges)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;IntervalMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 14pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;RangeStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;RangeEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; Ranges;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90861#M14767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-01T19:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90862#M14768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the issue when you use the above script? It gave you an error or something else went wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 00:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90862#M14768</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-02T00:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Format date/time column to Year, Month, Day, Hour, Minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90863#M14769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to parse out the data as needed with the following preceding Load statements before my SQL code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 14pt;"&gt;&lt;STRONG&gt;/* Formatting TimeSent to Month, Day, and Year (transform Month to numerical value)*/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; *, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;)) &amp;amp; '/' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;day&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;) &amp;amp; '/' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; ; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 14pt;"&gt;/* &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 14pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; *, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 14pt;"&gt;/* creating Month Field */&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;day&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 14pt;"&gt;/* creating Day Field */&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;TimeSent&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 14pt;"&gt;/* creating Year Field */ &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 12:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-time-column-to-Year-Month-Day-Hour-Minutes/m-p/90863#M14769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T12:28:00Z</dc:date>
    </item>
  </channel>
</rss>

