<?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: Load Hierarchy on each level as level 1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199495#M386469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you elaborate on what you are trying to do with the resulting table?&lt;/P&gt;&lt;P&gt;Did you take a look at the &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/HierarchyBelongsTo.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/HierarchyBelongsTo.htm"&gt;HierarchyBelongsTo&lt;/A&gt; prefix as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 22:52:24 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-10-03T22:52:24Z</dc:date>
    <item>
      <title>Load Hierarchy on each level as level 1</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199491#M386465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the Hierarchy functie to create a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name1, Name2, Name3, Name4, Name5 etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i want each part of the hierarchy also to be available in Name1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i could do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;LOAD &lt;SPAN style="font-size: 13.3333px;"&gt;Name1, Name2, Name3, Name4, Name5 RESIDENT t1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (t2)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name2 As Name1, Name3 As Name2, .... RESIDENT t1;&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 style="font-size: 13.3333px;"&gt;Concatenate (t2)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name3 As Name1, Name4 As Name2, .... RESIDENT t1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Anyone has a better way to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I need this table as a staging table for a PL&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advanced&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 21:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199491#M386465</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2016-10-03T21:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load Hierarchy on each level as level 1</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199492#M386466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1 Example&lt;/P&gt;&lt;P&gt;&lt;IMG alt="hierarchy.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139496_hierarchy.png" style="height: 354px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 21:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199492#M386466</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-10-03T21:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Hierarchy on each level as level 1</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199493#M386467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@fer fer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont quite get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my original source has 2 fields NodeID and ParentID (+naming)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i do a HIERARCHY load. and it will give me the needed hierarchy with Name1,Name2 etc.. (quite a few levels).&lt;/P&gt;&lt;P&gt;But not all levels have the same depth. Some are 4 deep, others like 7 for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i need to concatenate Name2 until the end to Name1. So all levels need to shift 1 level up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont see how this fits in your "-SEM" etc solution. can you example how i should transform this above explanation into your example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199493#M386467</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2016-10-03T22:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load Hierarchy on each level as level 1</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199494#M386468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;send me a sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199494#M386468</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-10-03T22:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load Hierarchy on each level as level 1</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199495#M386469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you elaborate on what you are trying to do with the resulting table?&lt;/P&gt;&lt;P&gt;Did you take a look at the &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/HierarchyBelongsTo.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/HierarchyBelongsTo.htm"&gt;HierarchyBelongsTo&lt;/A&gt; prefix as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199495#M386469</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-03T22:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load Hierarchy on each level as level 1</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199496#M386470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying the get the PL in the proper order. Level 2 needs to show up as Level 1 to. And some Level 3 needs to be shown on level 1 also (with the lower levels aswell).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i have the HierarchyBelongsTo functions working, but i'm not sure how to get the needed results from that. Because this functions will give me all the possible combination for each level. But then what? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199496#M386470</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2016-10-03T22:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load Hierarchy on each level as level 1</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199497#M386471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i added an example in the first post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 23:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199497#M386471</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2016-10-03T23:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load Hierarchy on each level as level 1</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199498#M386472</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;IMG alt="HIER_LEVL.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139505_HIER_LEVL.png" style="height: 309px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="HYERA_LEVEL.gif" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/139506_HYERA_LEVEL.gif" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 01:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Hierarchy-on-each-level-as-level-1/m-p/1199498#M386472</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-10-04T01:18:39Z</dc:date>
    </item>
  </channel>
</rss>

