<?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 List box values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887404#M1009669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box having values like 00,01,02,03,04,05,06,07,08,09,10,11 .I want my list box like Gro1,Gro2 and Others.In this Gro1 is combination of 00,01,02 and Gro2 is combination of 03,04,05 and remaining are in Others.If I select Gro1 the selection is combination of 00,01,02 .&lt;/P&gt;&lt;P&gt;Please help me to solve this.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Anusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 11:02:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-06T11:02:36Z</dc:date>
    <item>
      <title>Grouping List box values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887404#M1009669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box having values like 00,01,02,03,04,05,06,07,08,09,10,11 .I want my list box like Gro1,Gro2 and Others.In this Gro1 is combination of 00,01,02 and Gro2 is combination of 03,04,05 and remaining are in Others.If I select Gro1 the selection is combination of 00,01,02 .&lt;/P&gt;&lt;P&gt;Please help me to solve this.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Anusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887404#M1009669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-06T11:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping List box values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887405#M1009670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a listbox an combine several fields with a separator. Then use select "Show as Treeview" in the listbox dialog with the same separator chosen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will then get a hierarchy that is the grouping you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use QlikView Help and search for Treeview and you will get a full explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887405#M1009670</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-06T11:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping List box values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887406#M1009671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create a grouping field for this, each group will link to a set list of underlying values, so selecting on a group will select a subset of the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887406#M1009671</guid>
      <dc:creator />
      <dc:date>2015-05-06T11:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping List box values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887407#M1009672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a listbox with expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick(wildmatch(YourField, 00,01,02,03,04,05,06,'*'), &lt;/P&gt;&lt;P&gt;'Gro1', 'Gro1', 'Gro1','Gro2','Gro2','Gro2','Other') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887407#M1009672</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-06T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping List box values</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887408#M1009673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou Very much Massimo Grossi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-List-box-values/m-p/887408#M1009673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-06T11:47:26Z</dc:date>
    </item>
  </channel>
</rss>

