<?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 show hrs and mins string values with result  for Interval time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-show-hrs-and-mins-string-values-with-result-for-Interval/m-p/1793783#M62164</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have start date and end date&amp;nbsp;&lt;/P&gt;&lt;P&gt;stdate:2021-02-22 00:07:00&lt;/P&gt;&lt;P&gt;Endate :2021-02-22 04:24:08&lt;/P&gt;&lt;P&gt;Interval(date('2021-02-22 04:24:08'-'2021-02-22 00:07:00'),'hh:mm')--&amp;gt;Result is " 04:17".&lt;/P&gt;&lt;P&gt;now i need to display hrs after 04 and mins after 17&amp;nbsp; ,Like"&amp;nbsp; 04hrs:17Mins"&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 20:02:52 GMT</pubDate>
    <dc:creator>harish_meda</dc:creator>
    <dc:date>2021-12-21T20:02:52Z</dc:date>
    <item>
      <title>how to show hrs and mins string values with result  for Interval time</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-hrs-and-mins-string-values-with-result-for-Interval/m-p/1793783#M62164</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have start date and end date&amp;nbsp;&lt;/P&gt;&lt;P&gt;stdate:2021-02-22 00:07:00&lt;/P&gt;&lt;P&gt;Endate :2021-02-22 04:24:08&lt;/P&gt;&lt;P&gt;Interval(date('2021-02-22 04:24:08'-'2021-02-22 00:07:00'),'hh:mm')--&amp;gt;Result is " 04:17".&lt;/P&gt;&lt;P&gt;now i need to display hrs after 04 and mins after 17&amp;nbsp; ,Like"&amp;nbsp; 04hrs:17Mins"&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 20:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-hrs-and-mins-string-values-with-result-for-Interval/m-p/1793783#M62164</guid>
      <dc:creator>harish_meda</dc:creator>
      <dc:date>2021-12-21T20:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to show hrs and mins string values with result  for Interval time</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-hrs-and-mins-string-values-with-result-for-Interval/m-p/1793868#M62168</link>
      <description>&lt;P&gt;Using the data below:&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;Load *,&lt;BR /&gt;Interval(date(enddate-stdate),'hh:mm') as I1,&lt;BR /&gt;Num(Interval(date(enddate-stdate),'hh')*24,'00')&amp;amp;'hrs:'&amp;amp;Num(Frac(Num#(Interval(date(enddate-stdate),'mm'))/60) * 60,'00')&amp;amp;'mins' as I2;&lt;BR /&gt;Load * Inline [&lt;BR /&gt;stdate,enddate&lt;BR /&gt;2021-02-22 00:07:00,2021-02-22 04:24:08&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cap1.png" style="width: 819px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51719i4D10FB6839F11647/image-size/large?v=v2&amp;amp;px=999" role="button" title="cap1.png" alt="cap1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 21:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-hrs-and-mins-string-values-with-result-for-Interval/m-p/1793868#M62168</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-03-23T21:39:38Z</dc:date>
    </item>
  </channel>
</rss>

