<?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 Convert the time into minutes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212614#M66546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;- I have a field with date and time( e.g 04-24-2011 1:24:56 ).&lt;/P&gt;&lt;P&gt;- Now i want to convert only time into minutes.&lt;/P&gt;&lt;P&gt;Is it possible to do this?&lt;/P&gt;&lt;P&gt;I want to do this b'coz. I need last 10 or 20 0r 30 mins in my report.&lt;/P&gt;&lt;P&gt;- Once i can able to convert the time into minutes. It is easy to reduce the minutes based on my selection of number of mins i need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2011 07:14:13 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2011-04-13T07:14:13Z</dc:date>
    <item>
      <title>Convert the time into minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212614#M66546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;- I have a field with date and time( e.g 04-24-2011 1:24:56 ).&lt;/P&gt;&lt;P&gt;- Now i want to convert only time into minutes.&lt;/P&gt;&lt;P&gt;Is it possible to do this?&lt;/P&gt;&lt;P&gt;I want to do this b'coz. I need last 10 or 20 0r 30 mins in my report.&lt;/P&gt;&lt;P&gt;- Once i can able to convert the time into minutes. It is easy to reduce the minutes based on my selection of number of mins i need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 07:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212614#M66546</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-04-13T07:14:13Z</dc:date>
    </item>
    <item>
      <title>Convert the time into minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212615#M66547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ho Boppy,&lt;/P&gt;&lt;P&gt;simply cut the time from the whole value by using right() method. your time having 7 characters including :&lt;/P&gt;&lt;P&gt;let Totalminutes= subfield(right(FieldName,7),':',1) * 60 + subfield(right(FieldName,7),':',2) + subfield(right(FieldName,7),':',3) / 60&lt;/P&gt;&lt;P&gt;now your Totalminutes variable holding the total minutes..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 08:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212615#M66547</guid>
      <dc:creator />
      <dc:date>2011-04-13T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Convert the time into minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212616#M66548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another approach to get the total amount of minutes would be:&lt;/P&gt;&lt;P&gt;=interval(frac(timestamp#('04-24-2011 11:24:56', 'MM-DD-YYYY h:mm:ss')),'mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 08:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212616#M66548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-13T08:23:41Z</dc:date>
    </item>
    <item>
      <title>Convert the time into minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212617#M66549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response johannes sunden. But when i taken the field of particular date it is not working.&lt;/P&gt;&lt;P&gt;e.g:&lt;/P&gt;&lt;P&gt;=interval(frac(timestamp#('03-01-2011 1:24:14', 'MM-DD-YYYY h:mm:ss')),'mm')&lt;/P&gt;&lt;P&gt;replaced like this&lt;/P&gt;&lt;P&gt;=interval(frac(timestamp#(maxCarrdatetime, 'MM-DD-YYYY h:mm:ss')),'mm')&lt;/P&gt;&lt;P&gt;- I'm trying this to display in text box.&lt;/P&gt;&lt;P&gt;What is the problem? How can i overcome this? Plz help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 10:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212617#M66549</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-04-13T10:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the time into minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212618#M66550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try using&lt;/P&gt;&lt;P&gt;Interval(StartTime - EndTime) and then formatting this as interval on the number Tab, if you use the format mm , you would get the time difference in minutes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212618#M66550</guid>
      <dc:creator />
      <dc:date>2014-04-29T14:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the time into minutes</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212619#M66551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;round(frac(yourfield),1/*(24/60))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 14:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-the-time-into-minutes/m-p/212619#M66551</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-04-29T14:35:12Z</dc:date>
    </item>
  </channel>
</rss>

