<?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: Time Expression, Start Time-End Time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623547#M229461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These functions work also in script (like rangesum ....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Feb 2014 16:04:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-24T16:04:07Z</dc:date>
    <item>
      <title>Time Expression, Start Time-End Time</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623544#M229458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue trying to calculate time for a task to be complete.If I have a picktime of 301 seconds or more, I need to reduce the picktime to 300 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Is it possible to create something in the Script Editor, so if the EndPreviousTime is greater than 300 seconds (or 5 minutes) to the Start Time, I want to create a new EndPreviousTime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you see below Example, on line 4 of the tablebox, you can see there is a Picktime of 2284 seconds since the previous end time, as this is over the 300 seconds I want to change the EndPreviousTime. So in below example my new EndPreviousTime would be 01:50:46 instead of 01:17:40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-02-24_1500_001.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53747_2014-02-24_1500_001.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 15:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623544#M229458</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-02-24T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Time Expression, Start Time-End Time</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623545#M229459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to modify the field directly in the table, you may use Rangemin, rangemax ....&lt;/P&gt;&lt;P&gt;Recomputed End Previous Time:&amp;nbsp; time&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;rangemax&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;EndPreviousTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;EndTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Rangemin&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Duration&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, '00:05:00'))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Recomputed Duration : time&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangemin&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Duration&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '00:05:00')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Fabrice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 15:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623545#M229459</guid>
      <dc:creator />
      <dc:date>2014-02-24T15:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Time Expression, Start Time-End Time</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623546#M229460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AUNEZ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works great as an expression in the chart.And I could use this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use Rangemax and Rangemin in the Script Editor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I would like to do this in the Script Editor is that I need to show headline numbers of Durations in text objects etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 15:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623546#M229460</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-02-24T15:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Time Expression, Start Time-End Time</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623547#M229461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These functions work also in script (like rangesum ....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 16:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623547#M229461</guid>
      <dc:creator />
      <dc:date>2014-02-24T16:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Time Expression, Start Time-End Time</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623548#M229462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AUNEZ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same expression can be used in the Script Editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-02-24_1606.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53749_2014-02-24_1606.png" style="width: 620px; height: 14px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much&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;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 16:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Expression-Start-Time-End-Time/m-p/623548#M229462</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-02-24T16:05:02Z</dc:date>
    </item>
  </channel>
</rss>

