<?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 Formatting interval with comma separtors in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formatting-interval-with-comma-separtors/m-p/1586923#M443271</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an expression which returns a very large number of hours and minutes e.g.&lt;/P&gt;&lt;P&gt;8124282:42&lt;/P&gt;&lt;P&gt;I want to format this like&lt;/P&gt;&lt;P&gt;8,124,282:42&lt;/P&gt;&lt;P&gt;Is there a way to achieve this with the interval format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2019 21:46:31 GMT</pubDate>
    <dc:creator>MrMadders</dc:creator>
    <dc:date>2019-05-30T21:46:31Z</dc:date>
    <item>
      <title>Formatting interval with comma separtors</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-interval-with-comma-separtors/m-p/1586923#M443271</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an expression which returns a very large number of hours and minutes e.g.&lt;/P&gt;&lt;P&gt;8124282:42&lt;/P&gt;&lt;P&gt;I want to format this like&lt;/P&gt;&lt;P&gt;8,124,282:42&lt;/P&gt;&lt;P&gt;Is there a way to achieve this with the interval format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 21:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-interval-with-comma-separtors/m-p/1586923#M443271</guid>
      <dc:creator>MrMadders</dc:creator>
      <dc:date>2019-05-30T21:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting interval with comma separtors</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-interval-with-comma-separtors/m-p/1586933#M443272</link>
      <description>Howdy MrMadders,&lt;BR /&gt;&lt;BR /&gt;You could try num(fieldName, ‘#,##0:00’) but not sure if that works. Alternatively you could script a solution as follows:&lt;BR /&gt;Load part1 &amp;amp; part2 as newFieldName;&lt;BR /&gt;Load&lt;BR /&gt;Num(Subfield(fieldName, ‘:’, 1), ‘#,##0’ as part1,&lt;BR /&gt;‘:’ &amp;amp; subfield(fieldName, ‘:’, 2) as part2&lt;BR /&gt;Resident tableName;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Yogi Achilleos</description>
      <pubDate>Thu, 30 May 2019 22:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-interval-with-comma-separtors/m-p/1586933#M443272</guid>
      <dc:creator>yogiachilleos</dc:creator>
      <dc:date>2019-05-30T22:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting interval with comma separtors</title>
      <link>https://community.qlik.com/t5/QlikView/Formatting-interval-with-comma-separtors/m-p/1586963#M443273</link>
      <description>&lt;P&gt;The interval format does not seem to accept a&amp;nbsp; thousands sep. The workaround I can think of is to format as interval, reinterpret as number, and add the commas.&amp;nbsp; I added a replace to get ':' before the minutes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;=replace(num(num#(interval(now(2) - MakeDate(2000,1,1), 'h.m')),'#,##0.00'),'.',':')&lt;/P&gt;&lt;P&gt;// returns&amp;nbsp;170,153:13&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank" rel="noopener"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank" rel="noopener"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank" rel="noopener"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 00:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formatting-interval-with-comma-separtors/m-p/1586963#M443273</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-05-31T00:30:05Z</dc:date>
    </item>
  </channel>
</rss>

