<?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 How Can one Multiply Time? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-Can-one-Multiply-Time/m-p/559530#M208815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm faced with a Dilemma that I need to multiply the number of hours and minutes and it's not happening. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, TIME('15:30' *2, 'hh:mm'), this calc above gives me 07:00 but I want it to give me 31:00 hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question: How can one get the duration it took one to solve a request if you have the Request Date(YYYY-MM-DD hh:mm:ss TT)&lt;/P&gt;&lt;P&gt;and the Requst Solvde Date(YYYY-MM-DD hh:mm:ss TT)? Simple getting an interval of the two dates whould give the right answer but now I need to exact duration (The one that excludes weekends, holidays and also excludes after hours(5pm to 8am)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is understood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Sep 2013 11:46:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-02T11:46:38Z</dc:date>
    <item>
      <title>How Can one Multiply Time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Can-one-Multiply-Time/m-p/559530#M208815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm faced with a Dilemma that I need to multiply the number of hours and minutes and it's not happening. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, TIME('15:30' *2, 'hh:mm'), this calc above gives me 07:00 but I want it to give me 31:00 hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question: How can one get the duration it took one to solve a request if you have the Request Date(YYYY-MM-DD hh:mm:ss TT)&lt;/P&gt;&lt;P&gt;and the Requst Solvde Date(YYYY-MM-DD hh:mm:ss TT)? Simple getting an interval of the two dates whould give the right answer but now I need to exact duration (The one that excludes weekends, holidays and also excludes after hours(5pm to 8am)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is understood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 11:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Can-one-Multiply-Time/m-p/559530#M208815</guid>
      <dc:creator />
      <dc:date>2013-09-02T11:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: How Can one Multiply Time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Can-one-Multiply-Time/m-p/559531#M208816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with interval function&lt;/P&gt;&lt;P&gt;Interval('15:30' *2, 'hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 11:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Can-one-Multiply-Time/m-p/559531#M208816</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-09-02T11:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: How Can one Multiply Time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Can-one-Multiply-Time/m-p/559532#M208817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A _jive_internal="true" data-avatarid="6259" data-externalid="" data-online="false" data-presence="null" data-userid="70029" data-username="celambarasan" href="https://community.qlik.com/people/celambarasan" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; text-decoration: underline;"&gt;Celambarasan Adhimulam&lt;/A&gt;&lt;SPAN style="color: #8b8b8b; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 12:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Can-one-Multiply-Time/m-p/559532#M208817</guid>
      <dc:creator />
      <dc:date>2013-09-02T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: How Can one Multiply Time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Can-one-Multiply-Time/m-p/559533#M208818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find an approach to solve your second issue e.g. &lt;A _jive_internal="true" href="https://community.qlik.com/thread/60227"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 12:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Can-one-Multiply-Time/m-p/559533#M208818</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-02T12:01:03Z</dc:date>
    </item>
  </channel>
</rss>

