<?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 Grouping/ Bucketing Columns Together in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2493738#M102356</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a wide table and I'm looking group certain columns together into three groups (Location, Personnel And Skills). For example, by selecting Location it will filter the table to only Location columns (Zip code, Address, City).&lt;/P&gt;
&lt;P&gt;Columns: Zip Code, Address, City - Location&lt;/P&gt;
&lt;P&gt;Columns: Job, Gender - Personnel&lt;/P&gt;
&lt;P&gt;Columns: Sales Experience, Merchandising, Management - Skills&lt;/P&gt;
&lt;P&gt;Any help on how to do this is appreciated. Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2024 19:13:17 GMT</pubDate>
    <dc:creator>Asuod_</dc:creator>
    <dc:date>2024-11-20T19:13:17Z</dc:date>
    <item>
      <title>Grouping/ Bucketing Columns Together</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2493738#M102356</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a wide table and I'm looking group certain columns together into three groups (Location, Personnel And Skills). For example, by selecting Location it will filter the table to only Location columns (Zip code, Address, City).&lt;/P&gt;
&lt;P&gt;Columns: Zip Code, Address, City - Location&lt;/P&gt;
&lt;P&gt;Columns: Job, Gender - Personnel&lt;/P&gt;
&lt;P&gt;Columns: Sales Experience, Merchandising, Management - Skills&lt;/P&gt;
&lt;P&gt;Any help on how to do this is appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 19:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2493738#M102356</guid>
      <dc:creator>Asuod_</dc:creator>
      <dc:date>2024-11-20T19:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping/ Bucketing Columns Together</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2493762#M102359</link>
      <description>&lt;P&gt;do you also have a fieldname called location,&amp;nbsp;&lt;SPAN&gt;Personnel and&amp;nbsp;Skills?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;you could insert this piece in each respective group fields:&lt;/P&gt;
&lt;P&gt;if(getselectedcount(&lt;SPAN&gt;Location&lt;/SPAN&gt;)&amp;gt;=1, 1, 0) in the conditional show for all the three location fields. similarly do for others&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 20:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2493762#M102359</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2024-11-20T20:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping/ Bucketing Columns Together</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2493780#M102361</link>
      <description>&lt;P&gt;I do not have a fieldname called Location, Personnel and Skills. Those are the groups im looking to create,&amp;nbsp; can you elaborate on the&amp;nbsp;&lt;SPAN&gt;if(getselectedcount(&lt;/SPAN&gt;&lt;SPAN&gt;Location&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;gt;=1, 1, 0) not sure how this would filter out everything besides the location fields.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 22:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2493780#M102361</guid>
      <dc:creator>Asuod_</dc:creator>
      <dc:date>2024-11-20T22:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping/ Bucketing Columns Together</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2493999#M102389</link>
      <description>&lt;P&gt;provide some sample data and your expected output view. it would be much easier that way as the solution would be self explanatory.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 16:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2493999#M102389</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2024-11-21T16:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping/ Bucketing Columns Together</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2494060#M102396</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/135805"&gt;@Asuod_&lt;/a&gt;&amp;nbsp; Create a Group column using inline table in script. If not you can even create this values using variable input object.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;LOAD * inline [
Group
Location
Personnel
Skills ];&lt;/LI-CODE&gt;
&lt;P&gt;I am assuming you have table object with all the dimensions. You can put below expression for each dimension belongs to that group in "Show column if" option for that dimension. For eg., for dimensions&amp;nbsp;&lt;SPAN&gt;Zip Code, Address, City you can put below&lt;/SPAN&gt;&amp;nbsp;expression&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=Wildmatch(GetFieldSelections(Group),'*Location*')

If you are using variables to create Group values, you can use below expression

Wildmatch('$(vGroup)','*Location*')
Where vGroup is variable name&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similarly, you can use below expression for each dimension belongs to that group&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=Wildmatch(GetFieldSelections(Group),'*Personnel*')

=Wildmatch(GetFieldSelections(Group),'*Skills*')&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Nov 2024 21:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-Bucketing-Columns-Together/m-p/2494060#M102396</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-11-21T21:35:38Z</dc:date>
    </item>
  </channel>
</rss>

