<?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 Aggregation one column into 3 rang. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggregation-one-column-into-3-rang/m-p/1725562#M55274</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an Excel file which I uploaded into Qlik Sense. There is one column called 'Complete_Time'. It includ calculated time records ( how long it took to complete the task in the format 'hh:mm:ss').&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build a Qlik Sense App to show:&lt;/P&gt;&lt;P&gt;The Bar chart will show 3 bars to count the number of rows if:&lt;/P&gt;&lt;P&gt;'Complete Time' &amp;lt;= 3 hrs,&lt;/P&gt;&lt;P&gt;or 3 hrs &amp;lt; 'Complete Time' &amp;lt; 4 hrs,&lt;/P&gt;&lt;P&gt;or&amp;nbsp;'Complete Time' &amp;gt;= 4 hrs,&lt;/P&gt;&lt;P&gt;Not sure what is best way to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2020 02:34:17 GMT</pubDate>
    <dc:creator>Frankliang</dc:creator>
    <dc:date>2020-07-07T02:34:17Z</dc:date>
    <item>
      <title>Aggregation one column into 3 rang.</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-one-column-into-3-rang/m-p/1725562#M55274</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an Excel file which I uploaded into Qlik Sense. There is one column called 'Complete_Time'. It includ calculated time records ( how long it took to complete the task in the format 'hh:mm:ss').&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build a Qlik Sense App to show:&lt;/P&gt;&lt;P&gt;The Bar chart will show 3 bars to count the number of rows if:&lt;/P&gt;&lt;P&gt;'Complete Time' &amp;lt;= 3 hrs,&lt;/P&gt;&lt;P&gt;or 3 hrs &amp;lt; 'Complete Time' &amp;lt; 4 hrs,&lt;/P&gt;&lt;P&gt;or&amp;nbsp;'Complete Time' &amp;gt;= 4 hrs,&lt;/P&gt;&lt;P&gt;Not sure what is best way to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 02:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-one-column-into-3-rang/m-p/1725562#M55274</guid>
      <dc:creator>Frankliang</dc:creator>
      <dc:date>2020-07-07T02:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation one column into 3 rang.</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregation-one-column-into-3-rang/m-p/1725564#M55276</link>
      <description>&lt;P&gt;Try with IntervalMatch, something like below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD * INLINE [
    Start, End, HrsBucket
    00:00:00, 03:00:00, 3_hrs
    03:00:01, 04:00:00, 4_hrs
    04:00:01, 99:99:99, 4+
];

Inner Join IntervalMatch([Complete Time])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 02:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregation-one-column-into-3-rang/m-p/1725564#M55276</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-07-07T02:48:37Z</dc:date>
    </item>
  </channel>
</rss>

