<?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: Issues with TimeMeasurement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927295#M979433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interval#(min({&amp;lt;&lt;STRONG&gt;Rack&lt;/STRONG&gt;-={'&lt;STRONG&gt;A999*&lt;/STRONG&gt;'}&amp;gt;} TMSTP) - min (TMSTP)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2015 11:56:38 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-08-14T11:56:38Z</dc:date>
    <item>
      <title>Issues with TimeMeasurement</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927293#M979430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It is my first time using this forum and I hope that my question will be clear enough.&lt;/P&gt;&lt;P&gt;As you can see on the table I have joined, I have 4 fields :&lt;/P&gt;&lt;P&gt;-Date&lt;/P&gt;&lt;P&gt;-Time&lt;/P&gt;&lt;P&gt;-Rack&lt;/P&gt;&lt;P&gt;-Reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already managed to create a timestamp with my entries using the following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Timestamp#(Date(Date)&amp;amp;' '&amp;amp; Time(Time),'MM/DD/YYYY hh:mm') as TMSTP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to calculate is a duration for each reference : this duration should be the difference between the 1st time the reference is registered in the table and the 1st time the rack field is modified. As you can see on the attached table, all references are entered at first in a rack starting with 'A999**' Then the rack is modified and gets a different kind of number.&lt;BR /&gt;TO calculate this duration I have tried the following but it did not work :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interval#(min({&amp;lt;Location-={'A999**'}&amp;gt;} TMSTP) - min (TMSTP)) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The min(TMSPT) will always be the 1st entry of the reference in the table and the &lt;STRONG style="font-size: 13.3333330154419px;"&gt;min({&amp;lt;Location-={'A999**'} &lt;STRONG style="font-size: 13.3333330154419px;"&gt;TMSTP) &lt;/STRONG&gt;&lt;/STRONG&gt;is the st time the location is changed. &lt;/P&gt;&lt;P&gt;Do you guys have any idea to solve this one?&lt;/P&gt;&lt;P&gt;Thanks you very much&lt;BR /&gt;I wish you all a good day&lt;/P&gt;&lt;P&gt;Gilbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927293#M979430</guid>
      <dc:creator />
      <dc:date>2015-08-14T11:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with TimeMeasurement</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927294#M979431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interval(Min(TOTAL &amp;lt;Reference&amp;gt; DateTime) - Min(DateTime),'hh:mm')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Interval(Min(DateTime) - Min(TOTAL &amp;lt;Reference&amp;gt; DateTime),'hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927294#M979431</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-14T11:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with TimeMeasurement</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927295#M979433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interval#(min({&amp;lt;&lt;STRONG&gt;Rack&lt;/STRONG&gt;-={'&lt;STRONG&gt;A999*&lt;/STRONG&gt;'}&amp;gt;} TMSTP) - min (TMSTP)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927295#M979433</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-14T11:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with TimeMeasurement</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927296#M979436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 12:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927296#M979436</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-14T12:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with TimeMeasurement</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927297#M979440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer but I dont have access to other qlikview files...&lt;BR /&gt;Could you write your code in a text file please?&lt;BR /&gt;Thank you very much again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 12:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927297#M979440</guid>
      <dc:creator />
      <dc:date>2015-08-14T12:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with TimeMeasurement</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927298#M979443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script is below,&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timestamp(Date+Time,'DD-MM-YYYY hh:mm:ss') as TMPST,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rack, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reference&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Inner Movements.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is RHECMULC797);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In front end create straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimensions&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Reference,&lt;/P&gt;&lt;P&gt;TMPST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;=interval(aggr(min({&amp;lt;Rack-={'A999*'}&amp;gt;}TMPST)- min(TMPST), Reference),'hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 12:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927298#M979443</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-14T12:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with TimeMeasurement</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927299#M979446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try if this returns the correct timestamp&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;min({1&amp;lt;Location-={'A999*'} &lt;STRONG style="font-size: 13.3333330154419px;"&gt;TMSTP)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 12:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927299#M979446</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-14T12:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with TimeMeasurement</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927300#M979449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/205173"&gt;Gilbert3D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;are you able to resolve the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 07:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-TimeMeasurement/m-p/927300#M979449</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-18T07:34:36Z</dc:date>
    </item>
  </channel>
</rss>

