<?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: Unbalanced hierarchy and Pivot Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Unbalanced-hierarchy-and-Pivot-Table/m-p/2416955#M95239</link>
    <description>&lt;P&gt;I have the same problem. Now I think the only way is fill up the emty levels with the value from the last entry. So that the hierachy look like a balanced one. Has some one a other idea?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 07:26:52 GMT</pubDate>
    <dc:creator>Renato_Gerber_Polynorm</dc:creator>
    <dc:date>2024-02-09T07:26:52Z</dc:date>
    <item>
      <title>Unbalanced hierarchy and Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Unbalanced-hierarchy-and-Pivot-Table/m-p/1680279#M51756</link>
      <description>&lt;P&gt;I have a problem with an unbalanced hierarchy and its display with Pivot table.&lt;/P&gt;&lt;P&gt;I have two tables (sales and geo):&lt;BR /&gt;the first is the sales table made up of&lt;BR /&gt;id_geo&lt;BR /&gt;month&lt;BR /&gt;amount&lt;/P&gt;&lt;P&gt;the second is the table with the hierarchy&lt;BR /&gt;id_geo&lt;BR /&gt;id_parent&lt;BR /&gt;id_geo&lt;/P&gt;&lt;P&gt;the data are as follows&lt;/P&gt;&lt;TABLE width="203"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;id_geo&lt;/TD&gt;&lt;TD width="67"&gt;id_parent&lt;/TD&gt;&lt;TD width="72"&gt;name_geo&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Europe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;France&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Italy&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Lazio&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Lombardia&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE width="203"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;id_geo&lt;/TD&gt;&lt;TD width="67"&gt;month&lt;/TD&gt;&lt;TD width="72"&gt;amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;350&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;600&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;in Qlik I load the two tables in the following way&lt;/P&gt;&lt;P&gt;[geo]:&lt;BR /&gt;Hierarchy ([id_geo], [id_parent], [name_geo], [ParentName], [PathSource], [PathName], [PathDelimiter], [Depth])&lt;BR /&gt;SELECT [id_geo],[id_parent],[name_geo] FROM geo;&lt;/P&gt;&lt;P&gt;[sales]:&lt;BR /&gt;SELECT [id_geo],month,amount FROM sales;&lt;/P&gt;&lt;P&gt;when I create the pivot table I get the following result&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="immagine.png" style="width: 631px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29301iFAD266BE76649A1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="immagine.png" alt="immagine.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how do I delete the "+" or "-" symbol for the France value? (France has no children unlike Italy) I tried different ways (hide empty lines, hide if, HierarchyBelongsTo instead of Hierarchy) but without success.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unbalanced-hierarchy-and-Pivot-Table/m-p/1680279#M51756</guid>
      <dc:creator>SimoneMas</dc:creator>
      <dc:date>2021-12-20T21:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced hierarchy and Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Unbalanced-hierarchy-and-Pivot-Table/m-p/1794134#M62194</link>
      <description>&lt;P&gt;Hi, SimoneMas&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you get solution for it, i have the same situation&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 14:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unbalanced-hierarchy-and-Pivot-Table/m-p/1794134#M62194</guid>
      <dc:creator>rklaytonmb</dc:creator>
      <dc:date>2021-03-24T14:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced hierarchy and Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Unbalanced-hierarchy-and-Pivot-Table/m-p/2416955#M95239</link>
      <description>&lt;P&gt;I have the same problem. Now I think the only way is fill up the emty levels with the value from the last entry. So that the hierachy look like a balanced one. Has some one a other idea?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 07:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unbalanced-hierarchy-and-Pivot-Table/m-p/2416955#M95239</guid>
      <dc:creator>Renato_Gerber_Polynorm</dc:creator>
      <dc:date>2024-02-09T07:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced hierarchy and Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Unbalanced-hierarchy-and-Pivot-Table/m-p/2517307#M105905</link>
      <description>&lt;P&gt;We’ve found a solution to the problem with unbalanced hierachy.&amp;nbsp;W&lt;SPAN&gt;e built the Data+ Tree Table for structured hierarchy handling.&lt;/SPAN&gt;&lt;BR /&gt;Check out this video on YouTube&amp;nbsp;&lt;A href="https://youtu.be/reckH5zcXzM?si=uhNR5_5Jw9WyXMfe" target="_blank" rel="noopener"&gt;https://youtu.be/reckH5zcXzM?si=uhNR5_5Jw9WyXMfe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 12:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unbalanced-hierarchy-and-Pivot-Table/m-p/2517307#M105905</guid>
      <dc:creator>aabou</dc:creator>
      <dc:date>2025-05-09T12:21:25Z</dc:date>
    </item>
  </channel>
</rss>

