<?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: Hierarchy :not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hierarchy-not-working/m-p/1059780#M354896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your root nodes should be listed as child without a parent, e.g. by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14578794393471035" jivemacro_uid="_14578794393471035"&gt;
&lt;P&gt;BOM:&lt;BR /&gt;LOAD BOM_ASSEMBLY_PRODUCT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOM_COMPONENT_PRODUCT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOM_PARENT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOM_CHILD, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOM_QTY_COMPONENT&lt;BR /&gt;FROM&lt;BR /&gt;[BOM_QVD.QVD]&lt;BR /&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;CONCATENATE (BOM)&lt;BR /&gt;LOAD BOM_PARENT as BOM_CHILD,&lt;BR /&gt;&amp;nbsp; NULL() as BOM_PARENT,&lt;BR /&gt; BOM_ASSEMBLY_PRODUCT as BOM_COMPONENT_PRODUCT&lt;BR /&gt;RESIDENT BOM WHERE NOT EXISTS(BOM_CHILD,BOM_PARENT);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;BOM_HIER:&lt;BR /&gt;Hierarchy (BOM_CHILD, BOM_ASSEMBLY, BOM_COMPONENT, BomAssemblyName,BOM_COMPONENT, Path, '/', Depth)&lt;BR /&gt;//Hierarchy (BOM_CHILD, BOM_ASSEMBLY, BOM_COMPONENT,&amp;nbsp; [ParentName], [PathSource], [PathName], '/', [Depth])&lt;BR /&gt;LOAD &lt;BR /&gt; BOM_CHILD,&lt;BR /&gt; BOM_CHILD AS BOM_COMPONENT, &lt;BR /&gt; BOM_PARENT AS BOM_ASSEMBLY&lt;BR /&gt;RESIDENT BOM;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Mar 2016 14:30:56 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-03-13T14:30:56Z</dc:date>
    <item>
      <title>Hierarchy :not working</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-not-working/m-p/1059779#M354895</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 am trying to create a hierarchy with child and parent nodes. But the Path is not creating.&lt;/P&gt;&lt;P&gt;Could you please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 13:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-not-working/m-p/1059779#M354895</guid>
      <dc:creator>gizzel123</dc:creator>
      <dc:date>2016-03-13T13:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy :not working</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-not-working/m-p/1059780#M354896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your root nodes should be listed as child without a parent, e.g. by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14578794393471035" jivemacro_uid="_14578794393471035"&gt;
&lt;P&gt;BOM:&lt;BR /&gt;LOAD BOM_ASSEMBLY_PRODUCT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOM_COMPONENT_PRODUCT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOM_PARENT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOM_CHILD, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOM_QTY_COMPONENT&lt;BR /&gt;FROM&lt;BR /&gt;[BOM_QVD.QVD]&lt;BR /&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;CONCATENATE (BOM)&lt;BR /&gt;LOAD BOM_PARENT as BOM_CHILD,&lt;BR /&gt;&amp;nbsp; NULL() as BOM_PARENT,&lt;BR /&gt; BOM_ASSEMBLY_PRODUCT as BOM_COMPONENT_PRODUCT&lt;BR /&gt;RESIDENT BOM WHERE NOT EXISTS(BOM_CHILD,BOM_PARENT);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;BOM_HIER:&lt;BR /&gt;Hierarchy (BOM_CHILD, BOM_ASSEMBLY, BOM_COMPONENT, BomAssemblyName,BOM_COMPONENT, Path, '/', Depth)&lt;BR /&gt;//Hierarchy (BOM_CHILD, BOM_ASSEMBLY, BOM_COMPONENT,&amp;nbsp; [ParentName], [PathSource], [PathName], '/', [Depth])&lt;BR /&gt;LOAD &lt;BR /&gt; BOM_CHILD,&lt;BR /&gt; BOM_CHILD AS BOM_COMPONENT, &lt;BR /&gt; BOM_PARENT AS BOM_ASSEMBLY&lt;BR /&gt;RESIDENT BOM;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 14:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-not-working/m-p/1059780#M354896</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-13T14:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy :not working</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-not-working/m-p/1059781#M354897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &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, 14 Mar 2016 13:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-not-working/m-p/1059781#M354897</guid>
      <dc:creator>gizzel123</dc:creator>
      <dc:date>2016-03-14T13:53:24Z</dc:date>
    </item>
  </channel>
</rss>

