<?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 Time out timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685917#M248522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to get the time out of my timestamp field.&lt;/P&gt;&lt;P&gt;in the format: HH:MM:SS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get the date out of it with the next expression:&lt;/P&gt;&lt;P&gt;=Date(Floor(emptyings_date_time))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need the time part &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, I would also want to calculate the differece between each time out of the timestamp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 08:38:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-16T08:38:35Z</dc:date>
    <item>
      <title>Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685917#M248522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to get the time out of my timestamp field.&lt;/P&gt;&lt;P&gt;in the format: HH:MM:SS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get the date out of it with the next expression:&lt;/P&gt;&lt;P&gt;=Date(Floor(emptyings_date_time))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need the time part &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, I would also want to calculate the differece between each time out of the timestamp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685917#M248522</guid>
      <dc:creator />
      <dc:date>2014-07-16T08:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685918#M248523</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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;emptyings_date_time&lt;/SPAN&gt; - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Floor(emptyings_date_time))&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685918#M248523</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2014-07-16T08:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685919#M248524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't get the time out of the timestamp with: time(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;emptyings_date_time&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Is there an other way to get the time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685919#M248524</guid>
      <dc:creator />
      <dc:date>2014-07-16T08:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685920#M248525</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; That may be because the Emptyings_date_time field wont be in date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You first convert it into Timestamp and then use the Time(Field) to get the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the expression which I have given in earlier post to just get time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685920#M248525</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2014-07-16T08:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685921#M248526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I convert this field?&lt;/P&gt;&lt;P&gt;It looks like a timestamp and the date() function does work with it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685921#M248526</guid>
      <dc:creator />
      <dc:date>2014-07-16T08:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685922#M248527</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If date works then time should also work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you tell me what expression you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And when you used the only I told you, what output you got?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685922#M248527</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2014-07-16T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685923#M248528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try below,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Maketime(Hour(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;emptyings_date_time&lt;/SPAN&gt;), Minute(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;emptyings_date_time&lt;/SPAN&gt;),Second(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;emptyings_date_time&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685923#M248528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T08:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685924#M248529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the date I used:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Date(Floor(emptyings_date_time))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If I use: Date&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(emptyings_date_time)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;it doesn't work. So i think I need to add something like 'floor' to the time expression?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;For the time I tried:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Time(emptyings_date_time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;With the result:&amp;nbsp; -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Your expression had the result: -&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685924#M248529</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685925#M248530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't work unfortunatly&lt;/P&gt;&lt;P&gt;I only get: -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685925#M248530</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685926#M248531</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can you post your application with some sample data which replicates this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685926#M248531</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2014-07-16T09:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685927#M248532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's an application with SQL connection, I don't know how to make a small example with sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685927#M248532</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685928#M248533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It means the column "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;emptyings_date_time&lt;/SPAN&gt;" is not in date format. You have to convert it first in date format before creating time field. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685928#M248533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T09:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685929#M248534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just export few rows will be enough to understand the problem area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685929#M248534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T09:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685930#M248535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I exported the Time table to excel and loaded it into a new qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685930#M248535</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685931#M248536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No issue in files. Getting below result, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="timestamp.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62495_timestamp.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685931#M248536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T09:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685932#M248537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now it's coming perfectly...&lt;/P&gt;&lt;P&gt;Date(A) - Giving Date&lt;/P&gt;&lt;P&gt;Time(A) - Giving&amp;nbsp; Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so there might be some date format issue in your original application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685932#M248537</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-16T09:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685933#M248538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently it does work, but only when I select one time from te timestamp field.&lt;/P&gt;&lt;P&gt;The date however always works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added two printscreens from my application.&lt;/P&gt;&lt;P&gt;The first one:&lt;/P&gt;&lt;P&gt;One city is selected and I want the hours to be filled in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second view:&lt;/P&gt;&lt;P&gt;I selected also one field from the timestamp table, now it fills in an hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I want them to show like the dates in the first view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685933#M248538</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685934#M248539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just to check, are you calculating the time field in front end? Because I could see there are few timestamps in each days so calculating this in frontend won't be giving you expected result. Try using min or max function in your existing logic or calculate this in backend. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685934#M248539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T09:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Time out timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685935#M248540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'am calculating this in the front-end.&lt;/P&gt;&lt;P&gt;The timestamp is the exact day and moment when a container was emptied.&lt;/P&gt;&lt;P&gt;I want to show for each day al the hours that a container was emptied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the date I just did: date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;emptyings_date_time&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Now I have a problem with still linking the times to a certain date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also need the first and the last time that a container was emptied each day.&lt;/P&gt;&lt;P&gt;How do I make the link to the day?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 10:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-out-timestamp/m-p/685935#M248540</guid>
      <dc:creator />
      <dc:date>2014-07-16T10:07:24Z</dc:date>
    </item>
  </channel>
</rss>

