<?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 Re: How to make group bucket in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40554#M6831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;PFA excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2018 10:40:06 GMT</pubDate>
    <dc:creator>rkpatelqlikview</dc:creator>
    <dc:date>2018-04-02T10:40:06Z</dc:date>
    <item>
      <title>How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40548#M6825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain some one on the below scenario.&lt;/P&gt;&lt;P&gt;I do have Stores and Employess list. and each store there are different number of employees.&lt;/P&gt;&lt;P&gt;I need to make them in to groups like Group1 -&amp;gt; Store is having 1to5 employees, Group2-&amp;gt; Store is having 6 to 10 employees,&lt;/P&gt;&lt;P&gt;Group3 -&amp;gt; 10-15 employees, Group4 -&amp;gt; 15-20 employess, Groups -&amp;gt; more than 20 employees.&lt;/P&gt;&lt;P&gt;How to separate these group in the backend? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 08:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40548#M6825</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-02T08:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40549#M6826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The most straightforward is to use the Class() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class( #Employees , 5 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use it in the load script (back-end) but also in the UI directly in the tables/charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the online documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/class.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/class.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/class.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 09:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40549#M6826</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-04-02T09:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40550#M6827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe IntervalMatch() in the back end if the range is fixed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3557"&gt;Interval Match Feature/Function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 09:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40550#M6827</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2018-04-02T09:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40551#M6828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. Here i attached one sample QVW.&lt;/P&gt;&lt;P&gt;There is CarrierName having no of vechiles. some of Carriername having 5 vehicles and some 20 etc..&lt;/P&gt;&lt;P&gt;I need to categorize that CarrierName in to groups based on their count of Vehicles.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CarrierName having vehicles in between 1 to 5 then the group is Group1, 5 to 10 Group2, 10 to 15 Group3, 15 to 20 Group4,20 above Group5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;EX: CarrierName "ASHOKA TPT-ACL BHATAPARA' having 4Vehicles it should come under Group1.&lt;/P&gt;&lt;P&gt;I need to put a filter in the front end. Group. If select Group1 it should display the &lt;SPAN style="font-size: 13.3333px;"&gt;CarrierNames under the Group1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 09:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40551#M6828</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-02T09:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40552#M6829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it should be fixed in the back end. Please find the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;There is CarrierName having no of vechiles. some of Carriername having 5 vehicles and some 20 etc..&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need to categorize that CarrierName in to groups based on their count of Vehicles.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CarrierName having vehicles in between 1 to 5 then the group is Group1, 5 to 10 Group2, 10 to 15 Group3, 15 to 20 Group4,20 above Group5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EX: CarrierName "ASHOKA TPT-ACL BHATAPARA' having 4Vehicles it should come under Group1.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need to put a filter in the front end. Group. If select Group1 it should display the &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CarrierNames under the Group1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; !&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 09:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40552#M6829</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-02T09:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40553#M6830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's no data in the QlikView app. It would be much better to get the Excel data anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 10:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40553#M6830</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-04-02T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40554#M6831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;PFA excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 10:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40554#M6831</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-02T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40555#M6832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your load script could look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15226692347571907 jive_text_macro" jivemacro_uid="_15226692347571907"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD [Carrier Code], &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Name], &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(DISTINCT [Vehicle Number]) AS #Vehicles,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class(&amp;nbsp; Count(DISTINCT [Vehicle Number]) , 5 ) AS Group&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GROUP BY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; [Carrier Code],[Carrier Name]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can create a Straight Table like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-04-02 13_41_08-QlikView x64 Personal Edition - [C__Users_Bruker_Documents_#QC 2018-04-02 Group .png" class="jive-image image-1" src="/legacyfs/online/198134_2018-04-02 13_41_08-QlikView x64 Personal Edition - [C__Users_Bruker_Documents_#QC 2018-04-02 Group .png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 11:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40555#M6832</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-04-02T11:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40556#M6833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sample:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD [Carrier Code], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Name], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Vehicle Number]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;samplesource.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Left Join (Sample)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD [Carrier Code],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; If(Count(DISTINCT [Vehicle Number]) &amp;lt;= 5, 'Group 1',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; If(Count(DISTINCT [Vehicle Number]) &amp;lt;= 10, 'Group 2',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; If(Count(DISTINCT [Vehicle Number]) &amp;lt;= 15, 'Group 3', 'Group 4'))) as Group&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Sample&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Group By [Carrier Code];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 11:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40556#M6833</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-02T11:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40557#M6834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter for your solution. I need to put a filters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 11:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40557#M6834</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-02T11:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make group bucket</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40558#M6835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. Yes Helpful to me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 11:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-group-bucket/m-p/40558#M6835</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-02T11:58:49Z</dc:date>
    </item>
  </channel>
</rss>

