<?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: Remove Seconds from a Time Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158975#M377813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see that, would you be able to share a screenshot of your script where you create End Time field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 12:28:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-07-14T12:28:21Z</dc:date>
    <item>
      <title>Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158970#M377808</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;I am having some issues with what seems like a very easy problem.&amp;nbsp; I want to remove the seconds (no rounding) from a time field.&amp;nbsp; I am currently using the following code but this doesn't seem to be working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time(frac(END_DATE), 'h:mm TT') as END_TM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I know it's not working is that there are duplicate times when I set up a List Box:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131267_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I override the document settings in the Number tab and select 'Time' as the data type, the list box displays the seconds:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/131268_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what I need to do to my code above to remove/truncate the seconds from the time?&amp;nbsp; Again, I do not want to round.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 11:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158970#M377808</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-07-14T11:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158971#M377809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try flooring the secs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Time(Floor(Frac(END_DATE), &lt;SPAN style="font-size: 13.3333px;"&gt;1/(24*60))&lt;/SPAN&gt;, 'h:mm TT') as END_TM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 11:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158971#M377809</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2016-07-14T11:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158972#M377810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Celambarasan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&amp;nbsp; I have already tried that code and although the seconds were removed from the timestamp, the result didn't give the expected results in all situations.&amp;nbsp; Please see the highlighted records for examples.&amp;nbsp; In every highlighted case, I was expecting '12:02 AM' as the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131269_pastedImage_32.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158972#M377810</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-07-14T12:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158973#M377811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would assumed the above to have worked. Would you be able to share&amp;nbsp; a sample where this isn't working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158973#M377811</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-14T12:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158974#M377812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the screenshot in my previous post.&amp;nbsp; There are several records where the time is 12:02 AM that are changed to 12:02 AM if I use the code provided by Celambarasan.&amp;nbsp; I have highlighted them in yellow so you can find them easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158974#M377812</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-07-14T12:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158975#M377813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see that, would you be able to share a screenshot of your script where you create End Time field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158975#M377813</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-14T12:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158976#M377814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131276_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158976#M377814</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-07-14T12:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158977#M377815</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;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;,date(floor(timestamp#(Endtime,'MM/DD/YYYY hh:mm:ss'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;'h:mm TT'&lt;/SPAN&gt;)) as record_date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;,time(frac (timestamp#(Endtime,'MM/DD/YYYY hh:mm:ss'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;'h:mm TT'&lt;/SPAN&gt;)) as record_time&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158977#M377815</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-07-14T12:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158978#M377816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there is a problem in floor function, in most of the cases this seems not working.&lt;/P&gt;&lt;P&gt;As a work around you can try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;Time#(Text(Time(Frac(END_DATE)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;, 'h:mm TT'))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;, 'h:mm TT')&lt;/SPAN&gt; as END_TM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158978#M377816</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2016-07-14T12:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158979#M377817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chanty 4u,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to change your code around a little because the syntax was wrong.&amp;nbsp; I changed it to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131277_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Unfortunately no data was returned with this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158979#M377817</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-07-14T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158980#M377818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be working well for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vVAR = Num(Now());&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 LOCATION_END_DATE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Time(Floor(Frac(LOCATION_END_DATE), 1/(24*60)), 'h:mm TT') as LOCATION_END_TM;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD TimeStamp($(vVAR) + MakeTime(0, 0, RecNo() - 1)) as LOCATION_END_DATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 60;&lt;/STRONG&gt;&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/131275_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158980#M377818</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-14T12:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158981#M377819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the example.&amp;nbsp; I did find one case in your example where the end time doesn't match the end date/time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131278_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158981#M377819</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-07-14T12:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158982#M377820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the new approach that &lt;A href="https://community.qlik.com/people/celambarasan"&gt;celambarasan&lt;/A&gt;‌ mentioned below. I think this is attributed to rounding errors:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3471"&gt;Rounding Errors&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158982#M377820</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-14T12:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158983#M377821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to use Round() rather than Floor() in your expression. Round will remove the seconds and go to the nearest minute, while Floor() simply removes the seconds, effectively always rounding down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158983#M377821</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-07-14T12:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158984#M377822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Celambarasan, this new code seems to be working correctly!&amp;nbsp; I appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158984#M377822</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-07-14T12:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158985#M377823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timestamp(floor(LOCATION_END_DATE*1440)/1440 as Location_END_TM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;timestamp#( timestamp( &lt;SPAN style="font-size: 13.3333px;"&gt;LOCATION_END_DATE&lt;/SPAN&gt;, 'DD.MM.YYYY hh:mm'), 'DD.MM.YYYY hh:mm') as &lt;SPAN style="font-size: 13.3333px;"&gt;Location_END_TM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158985#M377823</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-14T12:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158986#M377824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response, but as stated above, I do not want to round.&amp;nbsp; I just need to truncate the seconds from the timestamp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158986#M377824</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-07-14T12:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Seconds from a Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158987#M377825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny.&amp;nbsp; It does appear that Celambarasan's method works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Seconds-from-a-Time-Field/m-p/1158987#M377825</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-07-14T12:52:42Z</dc:date>
    </item>
  </channel>
</rss>

