<?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: Create 2 levels of grouping in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971203#M956103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to look into the HIERARCHY LOAD prefix:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3433"&gt;Unbalanced, n-level hierarchies&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Nov 2015 12:39:54 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-11-11T12:39:54Z</dc:date>
    <item>
      <title>Create 2 levels of grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971202#M956102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1.35em; font-size: 12pt; font-family: 'Times New Roman', serif; color: #444444;"&gt;&lt;SPAN style="font-family: Calibri, sans-serif; color: black;"&gt;Hi, I&amp;nbsp; have the following information, and I nedd to create two levels of grouping:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.35em; font-size: 12pt; font-family: 'Times New Roman', serif; color: #444444;"&gt;&lt;SPAN style="font-family: Calibri, sans-serif; color: black;"&gt;1) level (NIVECODIGO)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.35em; font-size: 12pt; font-family: 'Times New Roman', serif; color: #444444;"&gt;&lt;SPAN style="font-family: Calibri, sans-serif; color: black;"&gt;2) dependence of the delegation father (DELE_NUM_PADRE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="105044" alt="Niveles.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105044_Niveles.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.35em; font-size: 12pt; font-family: 'Times New Roman', serif; color: #444444;"&gt;&lt;SPAN style="font-family: Calibri, sans-serif; color: black;"&gt;The result to be obtained is the next in a pivot table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.35em; font-size: 12pt; font-family: 'Times New Roman', serif; color: #444444;"&gt;&lt;SPAN style="font-family: Calibri, sans-serif; color: black;"&gt; &lt;/SPAN&gt;&lt;IMG __jive_id="105045" alt="Niveles2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/105045_Niveles2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.35em; font-size: 12pt; font-family: 'Times New Roman', serif; color: #444444;"&gt;&lt;SPAN style="font-family: Calibri, sans-serif; color: black;"&gt;Anyone have any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.35em; font-size: 12pt; font-family: 'Times New Roman', serif; color: #444444;"&gt;&lt;SPAN style="font-family: Calibri, sans-serif; color: black;"&gt;THANK YOU!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971202#M956102</guid>
      <dc:creator>sacosta5</dc:creator>
      <dc:date>2015-11-10T15:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 levels of grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971203#M956103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to look into the HIERARCHY LOAD prefix:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3433"&gt;Unbalanced, n-level hierarchies&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 12:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971203#M956103</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-11T12:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 levels of grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971204#M956104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Silvia Acosta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add something like this in your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(NIVECODIGO = 1, DELE_NOM, null()) as Nivel1,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(NIVECODIGO = 2, DELE_NOM, null()) as Nivel2,&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; If(NIVECODIGO = 3, DELE_NOM, null()) as Nivel3&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;And then construct a table like your result &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&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;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MB&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 12:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971204#M956104</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-11-11T12:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 levels of grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971205#M956105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion, but it does not solve the second level of grouping. Also I need to use DELE_NUM_PADRE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Silvia,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971205#M956105</guid>
      <dc:creator>sacosta5</dc:creator>
      <dc:date>2015-11-11T15:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create 2 levels of grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971206#M956107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl...&lt;/P&gt;&lt;P&gt;Thanks for your suggestion, I´ll take a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Silvia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-2-levels-of-grouping/m-p/971206#M956107</guid>
      <dc:creator>sacosta5</dc:creator>
      <dc:date>2015-11-11T15:40:44Z</dc:date>
    </item>
  </channel>
</rss>

