<?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: Converting integer field to minutes in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Converting-integer-field-to-minutes/m-p/1896042#M73925</link>
    <description>&lt;P&gt;You can sum integers for minutes and you should get a correct result ,assuming 116 is 116 minute rather than 1 hour, 16 minutes. If the latter is true, you would need to break it up, which I think should be:&lt;/P&gt;
&lt;P&gt;Mod(100,YourField)&amp;nbsp; //= minutes part&lt;/P&gt;
&lt;P&gt;+&lt;/P&gt;
&lt;P&gt;Div(100,YourField)*60 //= hours part&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 15:29:00 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2022-02-22T15:29:00Z</dc:date>
    <item>
      <title>Converting integer field to minutes</title>
      <link>https://community.qlik.com/t5/App-Development/Converting-integer-field-to-minutes/m-p/1896033#M73923</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need some help regarding how to convert numeric/integer field into minutes. The field in question already contains the minutes in the following format - 2.00 (2 minutes), 3.00, 10.00, 116.00 etc...&lt;BR /&gt;&lt;BR /&gt;When I want to do a sum to this field, I get very weird numbers, so I believe I need to convert it to minutes first.&lt;/P&gt;
&lt;P&gt;Any ideas?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 15:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Converting-integer-field-to-minutes/m-p/1896033#M73923</guid>
      <dc:creator>ShellyG</dc:creator>
      <dc:date>2022-02-22T15:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Converting integer field to minutes</title>
      <link>https://community.qlik.com/t5/App-Development/Converting-integer-field-to-minutes/m-p/1896042#M73925</link>
      <description>&lt;P&gt;You can sum integers for minutes and you should get a correct result ,assuming 116 is 116 minute rather than 1 hour, 16 minutes. If the latter is true, you would need to break it up, which I think should be:&lt;/P&gt;
&lt;P&gt;Mod(100,YourField)&amp;nbsp; //= minutes part&lt;/P&gt;
&lt;P&gt;+&lt;/P&gt;
&lt;P&gt;Div(100,YourField)*60 //= hours part&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 15:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Converting-integer-field-to-minutes/m-p/1896042#M73925</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-02-22T15:29:00Z</dc:date>
    </item>
  </channel>
</rss>

