<?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 to Get Duration in Minute in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Get-Duration-in-Minute/m-p/1157846#M630061</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;Anyone can help me how to get the Duration in minutes ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the duration in Minutes from Solved_Date_time - Start_Date_Time.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DateTime.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136667_DateTime.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2016 10:30:54 GMT</pubDate>
    <dc:creator>d4rlie891</dc:creator>
    <dc:date>2016-09-07T10:30:54Z</dc:date>
    <item>
      <title>How to Get Duration in Minute</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Duration-in-Minute/m-p/1157846#M630061</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;Anyone can help me how to get the Duration in minutes ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the duration in Minutes from Solved_Date_time - Start_Date_Time.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DateTime.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136667_DateTime.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 10:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Duration-in-Minute/m-p/1157846#M630061</guid>
      <dc:creator>d4rlie891</dc:creator>
      <dc:date>2016-09-07T10:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Duration in Minute</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Duration-in-Minute/m-p/1157847#M630062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darmawan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Interval(TimeStamp#(SOLVED_DATE_TIME) - TimeStamp#(&lt;SPAN style="font-size: 13.3333px;"&gt;START_DATE_TIME&lt;/SPAN&gt;),'mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which will give you the minutes and seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want minutes then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=24*60*(&lt;SPAN style="font-size: 13.3333px;"&gt;TimeStamp#(SOLVED_DATE_TIME) - TimeStamp#(&lt;SPAN style="font-size: 13.3333px;"&gt;START_DATE_TIME&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will give the minute which if you can round if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 15:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Duration-in-Minute/m-p/1157847#M630062</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-09-07T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Duration in Minute</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Duration-in-Minute/m-p/1157848#M630063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be good to read about how you can help Qlik Sense read your date fields correctly&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you get your dates read correctly into Qlik Sense, you just need to use Interval function to get the values in Minutes&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/FormattingFunctions/Interval.htm" title="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/FormattingFunctions/Interval.htm"&gt;https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/FormattingFunctions/Interval.htm&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 18:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Duration-in-Minute/m-p/1157848#M630063</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-07T18:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Duration in Minute</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Get-Duration-in-Minute/m-p/1157849#M630064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andrew and Sunny,&amp;nbsp; from your information I can get the Minute with this formula :&lt;/P&gt;&lt;P&gt;24*60*(Timestamp(Timestamp#(SOLVED_DATE_TIME,'DD/MM/YYYY hh:mm:ss'),'DD/MM/YYYY hh:mm:ss') - Timestamp(Timestamp#(START_DATE_TIME,'DD/MM/YYYY hh:mm:ss'),'DD/MM/YYYY hh:mm:ss'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 02:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Get-Duration-in-Minute/m-p/1157849#M630064</guid>
      <dc:creator>d4rlie891</dc:creator>
      <dc:date>2016-09-08T02:19:12Z</dc:date>
    </item>
  </channel>
</rss>

