<?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: Date and Time to Time Only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692332#M677210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Frac(). Like:&lt;/P&gt;&lt;P&gt;LOAD Time(Frac(Time),'hh:mm:ss') as Time&lt;/P&gt;&lt;P&gt;FROM &amp;lt;&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 09:59:58 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-06-17T09:59:58Z</dc:date>
    <item>
      <title>Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692331#M677209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Help nothing works. I want to convert a date and time field to time only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field I'm converting always looks like this&amp;nbsp; with dates as 00/01/1900 with the time after ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 00/01/1900 00:01:03&lt;/P&gt;&lt;P&gt;&amp;nbsp; 00/01/1900 10:05:13&lt;/P&gt;&lt;P&gt;&amp;nbsp; 00/01/1900 15:29:22&lt;/P&gt;&lt;P&gt;&amp;nbsp; 00/01/1900 20:44:52&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; nothing seems to extract the time only any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692331#M677209</guid>
      <dc:creator />
      <dc:date>2014-06-17T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692332#M677210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Frac(). Like:&lt;/P&gt;&lt;P&gt;LOAD Time(Frac(Time),'hh:mm:ss') as Time&lt;/P&gt;&lt;P&gt;FROM &amp;lt;&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692332#M677210</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-17T09:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692333#M677212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load like and try one of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Time,&lt;/P&gt;&lt;P&gt;Timestamp#(Time,'M/D/YYYY h:mm:ss TT') as NewTime&lt;/P&gt;&lt;P&gt;Time(Time,'hh:mm:ss') as NewTime2,&lt;/P&gt;&lt;P&gt;Time(Time,'hh:mm:ss TT') as NewTime3&lt;/P&gt;&lt;P&gt;From location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it seems in excel file your Time field is not formatted as the proper Time or Date field try one of this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692333#M677212</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T10:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692334#M677214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is date field&lt;/P&gt;&lt;P&gt;then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Time(DATE_TIME_Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692334#M677214</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-17T10:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692335#M677217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;PFA, you can get help from this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692335#M677217</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2014-06-17T10:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692336#M677220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't work it just returns " -&amp;nbsp; "&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692336#M677220</guid>
      <dc:creator />
      <dc:date>2014-06-17T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692337#M677221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try one of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time(Time,'hh:mm:ss TT') as NewTime1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Time(Time,'hh:mm:ss') as NewTime2,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Time(Time,'hh:mm:ss TT') as NewTime3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692337#M677221</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692338#M677222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That the problem the formatting of the excel file seems strange but all the files come like this and I need an extraction which will put it right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692338#M677222</guid>
      <dc:creator />
      <dc:date>2014-06-17T10:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692339#M677223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked with me. PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692339#M677223</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-17T10:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692340#M677224</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 this if your Date format would be always same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(Time,11) as NewTime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&amp;lt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692340#M677224</guid>
      <dc:creator>nlmmaurya</dc:creator>
      <dc:date>2014-06-17T10:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692341#M677225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi look at the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of them working.&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Time,&lt;/P&gt;&lt;P&gt;time(Time) as Time1,&lt;/P&gt;&lt;P&gt;Time(Frac(Time),'hh:mm:ss') as Time2,&lt;/P&gt;&lt;P&gt;Time(Time,'hh:mm:ss TT') as Time3,&lt;/P&gt;&lt;P&gt;Time(Time,'hh:mm:ss') as Time4,&lt;/P&gt;&lt;P&gt;Time(Time,'hh:mm:ss TT') as Time5&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;QVTime.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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692341#M677225</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-17T10:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692342#M677226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this line to load the field as time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time(Time,'hh:mm:ss TT') as TimeField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if not works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692342#M677226</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T10:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692343#M677227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi if its a formatting problem then just use the subfield function that will get you the correct answer:&lt;/P&gt;&lt;P&gt;maketime(subfield(yourdatefield,':',4),subfield(yourdatefield,':',5),subfield(yourdatefield,':',6)) as Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do that in the script and will work a treat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692343#M677227</guid>
      <dc:creator>nam</dc:creator>
      <dc:date>2014-06-17T10:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692344#M677228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to load only this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time,&lt;/P&gt;&lt;P&gt;Time(Time,'hh:mm:ss TT'),8),'hh:mm:ss')&amp;nbsp; as NewTime1, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Time(Left(Time(Time,'hh:mm:ss TT'),8),'hh:mm:ss')&amp;nbsp; as NewTime2 // Format you get hh:mm:ss&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[QVTime.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692344#M677228</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T10:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692345#M677229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arrrg this is driving me nuts... it doesn't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive noticed that in excel when the file is opened only 00/01/1900 appears but when you double click the cell then the full date and time appears&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie 00/01/1900 15:29:22&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692345#M677229</guid>
      <dc:creator />
      <dc:date>2014-06-17T10:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692346#M677230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is because of formatting. Actual underlaying data is having timstamp with time. See my attached qvw in above post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692346#M677230</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-17T10:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692347#M677231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for all the replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason my QlikView is showing personal edition and not licenced and so I cant open the QVW, Ive faulted the licence issue with our IT but its gonna take a little while to resolve, is there any thing you can post in here in the meantime.. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692347#M677231</guid>
      <dc:creator />
      <dc:date>2014-06-17T10:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692348#M677232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the time() function should be enough:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14030022615785674 jive_text_macro jive_macro_code" jivemacro_uid="_14030022615785674"&gt;
&lt;P&gt;LOAD&amp;nbsp; Time(Time, 'hh:mm:ss') as Time&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="111495" data-objecttype="13" href="http://community.qlik.com/servlet/JiveServlet/download/2061-122216-550208-111495/QVTime.xlsx"&gt;http://community.qlik.com/servlet/JiveServlet/download/550208-111495/QVTime.xlsx&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_122216_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60700_QlikCommunity_Thread_122216_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can ensure that the date part of your excel data will always be &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;00/01/1900&lt;/SPAN&gt; then there is no need for any removing the integer part of your excel timestamp (as e.g. the proposed frac() function would do). The integer part of the numeric representation of your loaded timestamps would be 0 already.&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692348#M677232</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-06-17T10:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692349#M677233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need time then change format in the excel as Time and save the excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692349#M677233</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T10:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date and Time to Time Only</title>
      <link>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692350#M677234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it doesn't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive noticed that in excel when the file is opened only 00/01/1900 appears but when you double click the cell then the full date and time appears&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie 00/01/1900 15:29:22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason my QlikView is showing personal edition and not licenced and so I cant open the QVW, Ive faulted the licence issue with our IT but its gonna take a little while to resolve, is there any thing you can post in here in the meantime.. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-and-Time-to-Time-Only/m-p/692350#M677234</guid>
      <dc:creator />
      <dc:date>2014-06-17T10:59:53Z</dc:date>
    </item>
  </channel>
</rss>

