<?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 Interval value into number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval-value-into-number/m-p/1094405#M363647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using interval function to calculate difference of 2 dates &amp;amp; getting difference values in minutes. I need to use this value to calculate % of total minutes in month. eg: my derived values in 768 minutes and total minutes available is 41760. % is 1.8%. but i am getting a different value all together which is .0013%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I convert the above value 768 to number using num() function, it returns me .0056.. something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't we use 768 value directly ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2016 06:02:09 GMT</pubDate>
    <dc:creator>manojkulkarni</dc:creator>
    <dc:date>2016-03-17T06:02:09Z</dc:date>
    <item>
      <title>Interval value into number</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-value-into-number/m-p/1094405#M363647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using interval function to calculate difference of 2 dates &amp;amp; getting difference values in minutes. I need to use this value to calculate % of total minutes in month. eg: my derived values in 768 minutes and total minutes available is 41760. % is 1.8%. but i am getting a different value all together which is .0013%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I convert the above value 768 to number using num() function, it returns me .0056.. something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't we use 768 value directly ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 06:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-value-into-number/m-p/1094405#M363647</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-03-17T06:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Interval value into number</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-value-into-number/m-p/1094406#M363648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The unit of times and dates is days. The interval function still returns a value with a unit of days. If you format the result of the difference between two dates in minutes you only change the display format. The real value is still in days. There are 1440 minutes in a day so if you want to use 768 directly then you have to multiply it by 1440.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 06:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-value-into-number/m-p/1094406#M363648</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-17T06:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interval value into number</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-value-into-number/m-p/1094407#M363649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;time(frac(round(Date1,(1/24*60))) - frac(round(Date2,(1/24*60))),'mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 07:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-value-into-number/m-p/1094407#M363649</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-17T07:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Interval value into number</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-value-into-number/m-p/1094408#M363650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Gysbert Wassenaar,&lt;/P&gt;&lt;P&gt;it worked.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 08:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-value-into-number/m-p/1094408#M363650</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-03-17T08:34:29Z</dc:date>
    </item>
  </channel>
</rss>

