<?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 Difference between Time and Interval in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Difference-between-Time-and-Interval/m-p/2138011#M92492</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;Can you please help me with the difference between time and interval in qliksense ? I gone through so many forums but unable to understand the exact difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hours = 51000&lt;/P&gt;
&lt;P&gt;eg :=interval((num#(hours)*MP_1)/1440,'hh:mm') gives 850:00&lt;/P&gt;
&lt;P&gt;time((num#(hours)*MP_1)/1440,'hh:mm') gives 10:00&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TIA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2023 12:06:16 GMT</pubDate>
    <dc:creator>Cbhuvi27</dc:creator>
    <dc:date>2023-11-15T12:06:16Z</dc:date>
    <item>
      <title>Difference between Time and Interval</title>
      <link>https://community.qlik.com/t5/App-Development/Difference-between-Time-and-Interval/m-p/2138011#M92492</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;Can you please help me with the difference between time and interval in qliksense ? I gone through so many forums but unable to understand the exact difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hours = 51000&lt;/P&gt;
&lt;P&gt;eg :=interval((num#(hours)*MP_1)/1440,'hh:mm') gives 850:00&lt;/P&gt;
&lt;P&gt;time((num#(hours)*MP_1)/1440,'hh:mm') gives 10:00&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TIA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 12:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Difference-between-Time-and-Interval/m-p/2138011#M92492</guid>
      <dc:creator>Cbhuvi27</dc:creator>
      <dc:date>2023-11-15T12:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Time and Interval</title>
      <link>https://community.qlik.com/t5/App-Development/Difference-between-Time-and-Interval/m-p/2138017#M92493</link>
      <description>&lt;P&gt;Interval() and Time() are both formatting functions.&lt;/P&gt;
&lt;P&gt;Time() will format something as a 24-hour clock time, ignoring the date aspect if it exists, e.g. Time(Now()) might return 14:25.&lt;/P&gt;
&lt;P&gt;Interval() will format something as an interval, which includes any units beyond the 24 hour clock. For example, Interval(Now()) might return something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_0-1700051178456.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/119956iE410351C0A927FC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1700051178456.png" alt="Or_0-1700051178456.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So essentially, it's the difference between a clock and a stopwatch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the documentation for more information on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 13:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Difference-between-Time-and-Interval/m-p/2138017#M92493</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-11-15T13:06:29Z</dc:date>
    </item>
  </channel>
</rss>

