<?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: Timestamp calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212778#M388775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So simple make Table box containing [Date] and [Full Date] fields.&lt;/P&gt;&lt;P&gt;You will see how they are connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2016 14:53:16 GMT</pubDate>
    <dc:creator>MindaugasBacius</dc:creator>
    <dc:date>2016-11-08T14:53:16Z</dc:date>
    <item>
      <title>Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212773#M388770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;please I have this timestamp format in my database timestamp= 2016-11-01 00:00:00.0000000 +00:00 and I convert it to this format Date = &lt;SPAN style="font-size: 13.3333px;"&gt;2016-11-01&amp;nbsp; by using this expression :&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date#(SubField(timestamp, ' ', 1),'YYYY-MM-DD')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want whenever I choose a date for example &lt;SPAN style="font-size: 13.3333px;"&gt;2016-11-01, I want to get the value of this timestamp 2016-11-01 05:59:57.1810000 +00:00.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please help me.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 10:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212773#M388770</guid>
      <dc:creator />
      <dc:date>2016-11-08T10:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212774#M388771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression have to be in a script not in front end:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Date#(SubField(timestamp, ' ', 1),'YYYY-MM-DD') as Date&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 12:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212774#M388771</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-11-08T12:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212775#M388772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Yes Mindaugas, the expression is in the script and not in front end.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 12:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212775#M388772</guid>
      <dc:creator />
      <dc:date>2016-11-08T12:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212776#M388773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the field that contains &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;2016-11-01 05:59:57.1810000 +00:00 data are also in the script and in the same table?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 13:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212776#M388773</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-11-08T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212777#M388774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes they in the same table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212777#M388774</guid>
      <dc:creator />
      <dc:date>2016-11-08T14:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212778#M388775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So simple make Table box containing [Date] and [Full Date] fields.&lt;/P&gt;&lt;P&gt;You will see how they are connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212778#M388775</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-11-08T14:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212779#M388776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lou, you want to sum that exact time part to the date? weird, but it's what I understand from the post... if that's the case you can create a variable wich contains the time part to sum to the dates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vTimeToSum = Num(Time#('05:59:57.5810000', 'hh:mm:ss.fffffff'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And create the field with the timestamp:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Timestamp(Date#(SubField(timestamp, ' ', 1),'YYYY-MM-DD') + $(&lt;SPAN style="font-size: 13.3333px;"&gt;vTimeToSum&lt;/SPAN&gt;), 'YYYY-MM-DD &lt;SPAN style="font-size: 13.3333px;"&gt;hh:mm:ss.fffffff +00:00')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; 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: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If it's a different field of your date field you can use this field in expressions and leave the date field as selectable field.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212779#M388776</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-11-08T14:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212780#M388777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;I tried your expression: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Timestamp(Date#(SubField(timestamp, ' ', 1),'YYYY-MM-DD') + $(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vTimeToSum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;), 'YYYY-MM-DD &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hh:mm:ss.fffffff +00:00') as DD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But when I choose a value for example &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2016-11-01 &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;05:59:57.5810000, it gives me the sum of all the values of the date &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2016-11-01 and not only the value of this timestamp &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2016-11-01 &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;05:59:57.5810000&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212780#M388777</guid>
      <dc:creator />
      <dc:date>2016-11-08T17:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212781#M388778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lou, this was intended to be in the script (I read above it was on script), creating the fields while loading the data so there will be a selectable field with only the date and a related field with the timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see why sum all the values, is there a group by or something than loads many dates in one record?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a possibility to upload a sample to make some tests?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 08:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212781#M388778</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-11-09T08:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212782#M388779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;I attached a data sample.&lt;/P&gt;&lt;P&gt;You will find and the field I want to calculate is : VTagResolvedVirtual.ValueFloat&lt;/P&gt;&lt;P&gt;So when I choose a value frim the field 'da', for example 2016-11-01, it should give me the value of the field '&lt;SPAN style="font-size: 13.3333px;"&gt;VTagResolvedVirtual.ValueFloat' that corresponds to this timestamp '2016-11-01 05:59:57.1810000 +00:00', but what I get is the sum of value of the field &lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;VTagResolvedVirtual.ValueFloat' of all the timestamps of this date &lt;SPAN style="font-size: 13.3333px;"&gt;2016-11-01.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 11:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212782#M388779</guid>
      <dc:creator />
      <dc:date>2016-11-09T11:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212783#M388780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lou, what I see is a text box with the expression "=sum(VTagResolvedVirtual.ValueFloat)", so it sums all the values because the expression tells QV to sum the dates, you can use Min() or Max() to retrieve only one value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option can be creating another table that loads the different dates&lt;SPAN style="font-size: 13.3333px;"&gt; and create the timestamp in this table, so there will be only one timestamp for each different date:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD Distinct &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;VTagResolvedVirtual.ValueFloat,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp(Date#(SubField(VTagResolvedVirtual.TimeStamp, ' ', 1),'YYYY-MM-DD') + $(vTimeToSum), 'YYYY-MM-DD hh:mm:ss.fffffff +00:00') as DD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 11:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212783#M388780</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-11-09T11:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212784#M388781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;I tried before the expression : =Sum({&amp;lt;DD = {"&amp;gt;=$(=Timestamp(Floor(Min(DD))+num(Maketime(05:59:57))))&amp;lt;=$(=Timestamp(Floor(Max(DD))+num(Maketime(05:59:57)))))"}&amp;gt;}VTagResolvedVirtual.ValueFloat)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it didn't work, it also gives me the some for all the timestamps of the chosen date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212784#M388781</guid>
      <dc:creator />
      <dc:date>2016-11-09T14:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212785#M388782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lou, that's what I said above, if you use Sum() QV will sum, and if it has x times the same value it will summ the x values, the option to add another table is to load only one value of each date, ahve you created this related table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you created the table maybe it's still retrieving more than one value for each date... there is only one &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;VTagResolvedVirtual.TimeStamp for each &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;VTagResolvedVirtual.ValueFloat? In that case maybe forcing to store only one value:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LOAD &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;VTagResolvedVirtual.ValueFloat,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp(Date#(SubField(&lt;STRONG&gt;Min(&lt;/STRONG&gt;VTagResolvedVirtual.TimeStamp&lt;STRONG&gt;)&lt;/STRONG&gt;, ' ', 1),'YYYY-MM-DD') + $(vTimeToSum), 'YYYY-MM-DD hh:mm:ss.fffffff +00:00') as DD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Resident ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Group By &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;VTagResolvedVirtual.ValueFloat;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Min() should be a MinString() if &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;VTagResolvedVirtual.TimeStamp is a string.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212785#M388782</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-11-09T14:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212786#M388783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ruben,&lt;/P&gt;&lt;P&gt;I tried you solution and I created the table and I used group by, but I still get the sum of all the timestamps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 16:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-calculation/m-p/1212786#M388783</guid>
      <dc:creator />
      <dc:date>2016-11-09T16:11:11Z</dc:date>
    </item>
  </channel>
</rss>

