<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/time/m-p/268920#M100905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to count time? I've a turntable with the expression sum (time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value 01:00 + 04:00 results in 05:00 = oke&lt;/P&gt;&lt;P&gt;value 10:00 + 20:00 results in 06:00 = not oke must be 30:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what parameters do i have to set to get this right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in excel i use [hh]:mm but that does not work in QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regardz Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2011 17:30:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-16T17:30:59Z</dc:date>
    <item>
      <title>time</title>
      <link>https://community.qlik.com/t5/QlikView/time/m-p/268920#M100905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to count time? I've a turntable with the expression sum (time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value 01:00 + 04:00 results in 05:00 = oke&lt;/P&gt;&lt;P&gt;value 10:00 + 20:00 results in 06:00 = not oke must be 30:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what parameters do i have to set to get this right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in excel i use [hh]:mm but that does not work in QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regardz Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 17:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time/m-p/268920#M100905</guid>
      <dc:creator />
      <dc:date>2011-09-16T17:30:59Z</dc:date>
    </item>
    <item>
      <title>time</title>
      <link>https://community.qlik.com/t5/QlikView/time/m-p/268921#M100906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look into interval() function, which will format your resulting time period as wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Use HELP F1 for details and take a look into format codes as well).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 17:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time/m-p/268921#M100906</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-16T17:34:14Z</dc:date>
    </item>
    <item>
      <title>time</title>
      <link>https://community.qlik.com/t5/QlikView/time/m-p/268922#M100907</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;Your expression is correct.&lt;/P&gt;&lt;P&gt;I hope currently the number has just "mm:ss". Try to add "h". If your format is like "h:mm:ss",&lt;/P&gt;&lt;P&gt;then you can change in the number format for the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence you get the desired result.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 18:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time/m-p/268922#M100907</guid>
      <dc:creator />
      <dc:date>2011-09-16T18:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: time</title>
      <link>https://community.qlik.com/t5/QlikView/time/m-p/268923#M100908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Ed, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this function:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;INTERVAL&lt;/SPAN&gt;(T1+T2+T3,'hh:mm') ==&amp;gt; Where T1,T2,T3 is your time field.&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;INTERVAL&lt;/SPAN&gt;('01:00'+'02:00','hh:mm')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check more in the attached file.&lt;/P&gt;&lt;P&gt;Let me know if this one help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2011 03:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time/m-p/268923#M100908</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-09-17T03:06:44Z</dc:date>
    </item>
    <item>
      <title>time</title>
      <link>https://community.qlik.com/t5/QlikView/time/m-p/268924#M100909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He thanx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change te format from time to interval and it works &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great and thanx everybody.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2011 15:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time/m-p/268924#M100909</guid>
      <dc:creator />
      <dc:date>2011-09-17T15:10:43Z</dc:date>
    </item>
  </channel>
</rss>

