<?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: Pivot Table; Nested Data based on parent code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Nested-Data-based-on-parent-code/m-p/1708226#M725375</link>
    <description>&lt;P&gt;Likely going to need extension to do that, here is a link to an old one, not sure it will work in the latest versions, but you can try it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/org-qar/ta-p/1482365" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-Documents/org-qar/ta-p/1482365&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The following Design Blog post may be of some use too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Unbalanced-n-level-hierarchies/ba-p/1474325" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Unbalanced-n-level-hierarchies/ba-p/1474325&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2020 14:14:01 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-06-04T14:14:01Z</dc:date>
    <item>
      <title>Pivot Table; Nested Data based on parent code</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Nested-Data-based-on-parent-code/m-p/1700619#M725373</link>
      <description>&lt;P&gt;Hey there!&lt;/P&gt;&lt;P&gt;Currently I am busy working on a Qlikview app in which I need to show a organisation structure. I tried figuring it all out using a pivot table through the chart wizard and load scripts, etc. However I just can not find the correct write out on how to do this. My data structure as collected within the application is as followed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD * INLINE [ 
id, teamCode, TeamName, niveauCode, parentCode
1 , 001   , Team A    , OU-0    , -
2 , 002   , Team B    , OU-0    , -
3 , 003   , Team B-2  , OU-1    , 002
4 , 004   , Team C    , OU-0    , -
7 , 007   , Team E    , OU-0    , -
8 , 008   , Team B-3  , OU-2    , 003
9 , 009   , Team E-3  , OU-2    , 010
10, A43   , Team E-4  , OU-3    , 009
11, 010   , Team E-1  , OU-1    , 007
12, 011   , Team E-5  , OU-5    , 012
13, 012   , Team E-6  , OU-4    , A43
14, A44   , Team E-7  , OU-3    , 009
]; &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does it needs to be displayed in a pivot table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Afbeelding1.png" style="width: 233px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33321i482D5BB957B67E62/image-dimensions/233x150?v=v2" width="233" height="150" role="button" title="Afbeelding1.png" alt="Afbeelding1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As all the teams are in one table and work with a parent code I already have a little to much time in it then originally planned, so any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Nested-Data-based-on-parent-code/m-p/1700619#M725373</guid>
      <dc:creator>Jeagerock</dc:creator>
      <dc:date>2024-11-16T00:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table; Nested Data based on parent code</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Nested-Data-based-on-parent-code/m-p/1708226#M725375</link>
      <description>&lt;P&gt;Likely going to need extension to do that, here is a link to an old one, not sure it will work in the latest versions, but you can try it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/org-qar/ta-p/1482365" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-Documents/org-qar/ta-p/1482365&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The following Design Blog post may be of some use too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Unbalanced-n-level-hierarchies/ba-p/1474325" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Unbalanced-n-level-hierarchies/ba-p/1474325&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 14:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Nested-Data-based-on-parent-code/m-p/1708226#M725375</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-06-04T14:14:01Z</dc:date>
    </item>
  </channel>
</rss>

