<?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: Define the groups within one list in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Define-the-groups-within-one-list/m-p/1207498#M882822</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;If you want to do Intersection of Group, you could try to use &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/And-mode%20in%20List%20Boxes.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/And-mode%20in%20List%20Boxes.htm"&gt;AND-mode in List Boxes ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read well the help page because you need to respect some criteria to use it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Oct 2016 22:15:00 GMT</pubDate>
    <dc:creator>sfatoux72</dc:creator>
    <dc:date>2016-10-08T22:15:00Z</dc:date>
    <item>
      <title>Define the groups within one list</title>
      <link>https://community.qlik.com/t5/QlikView/Define-the-groups-within-one-list/m-p/1207496#M882820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to define several groups of items within 1 list. It is a kind of a shortened hierarchy.&lt;/P&gt;&lt;P&gt;I have made it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ListOfItems:&lt;/P&gt;&lt;P&gt;Hierarchy(%Item,%Pre-Item,Item)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %&lt;SPAN style="font-size: 13.3333px;"&gt;Item&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %&lt;SPAN style="font-size: 13.3333px;"&gt;Pre-Item&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Item&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vPath)....qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group_List:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; %&lt;SPAN style="font-size: 13.3333px;"&gt;Item&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; , 1 as %&lt;SPAN style="font-size: 13.3333px;"&gt;Group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;ListOfItems&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where &lt;SPAN style="font-size: 13.3333px;"&gt;Item1&lt;/SPAN&gt;= 'Fanta' and Exists(&lt;SPAN style="font-size: 13.3333px;"&gt;Item2&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; %&lt;SPAN style="font-size: 13.3333px;"&gt;Item&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; , 2 as %&lt;SPAN style="font-size: 13.3333px;"&gt;Group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;ListOfItems&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where Exists(&lt;SPAN style="font-size: 13.3333px;"&gt;Item4&lt;/SPAN&gt;) and &lt;SPAN style="font-size: 13.3333px;"&gt;Item3&lt;/SPAN&gt;= 'Chocolate';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table &lt;SPAN style="font-size: 13.3333px;"&gt;ListOfItems&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Items_Full_List)&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; %&lt;SPAN style="font-size: 13.3333px;"&gt;Item&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; , %&lt;SPAN style="font-size: 13.3333px;"&gt;Group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;Group_List&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table &lt;SPAN style="font-size: 13.3333px;"&gt;Group_List&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DefinedGroups:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;&amp;nbsp; [%Group, Group&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, Fanta&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2, &lt;SPAN style="font-size: 13.3333px;"&gt;Chocolate&lt;/SPAN&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works good. But now I need to define a group of NON_FANTA Items, which makes an intersection with Chocolate Items. What I want to have in visualization is a filter with 3 rows: Fanta, &lt;SPAN style="font-size: 13.3333px;"&gt;Chocolate and NON-Fanta. I came to making 2 different fields for Fanta &amp;amp; NON-Fanta and Fanta &amp;amp; Chocolate, but it is not what I really need. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. I appreciate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-the-groups-within-one-list/m-p/1207496#M882820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Define the groups within one list</title>
      <link>https://community.qlik.com/t5/QlikView/Define-the-groups-within-one-list/m-p/1207497#M882821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Would you be able to share a sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 18:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-the-groups-within-one-list/m-p/1207497#M882821</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-10-08T18:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Define the groups within one list</title>
      <link>https://community.qlik.com/t5/QlikView/Define-the-groups-within-one-list/m-p/1207498#M882822</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;If you want to do Intersection of Group, you could try to use &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/And-mode%20in%20List%20Boxes.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/And-mode%20in%20List%20Boxes.htm"&gt;AND-mode in List Boxes ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read well the help page because you need to respect some criteria to use it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 22:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Define-the-groups-within-one-list/m-p/1207498#M882822</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2016-10-08T22:15:00Z</dc:date>
    </item>
  </channel>
</rss>

