<?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 parameter NodeName is not a valid field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143870#M22980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prueba colocando la pestaña donde tienes el "HIERARCHY" de primera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try placing the tab where you have the "hierarchy" of first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 14:57:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-21T14:57:26Z</dc:date>
    <item>
      <title>Hierarchy parameter NodeName is not a valid field</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143866#M22976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hey guys. I'm trying to bring a tree table into QlikView and I'm getting errors. This is an n-level hierarchy table with a number of root notes. First, I load the adjacent nodes table as follows:&lt;/P&gt;&lt;P&gt;Classifications:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;ClassificationDescription,&lt;/P&gt;&lt;P&gt;ClassificationId,&lt;/P&gt;&lt;P&gt;ClassificationPath,&lt;/P&gt;&lt;P&gt;ClassificationTreeName,&lt;/P&gt;&lt;P&gt;ParentClassificationId&lt;/P&gt;&lt;P&gt;FROM classification_tree;&lt;/P&gt;&lt;P&gt;So the ClassificationId is the table ID, ClassificationDescription is the node name (not unique). ClassificationPath is a unique node name that includes the entire path (Root/Child1/Child2/Leaf). ClassificationTreeName is the name of the tree root node (there are several in the table). And ParentClassificationId is the ID of the adjacent parent node.&lt;/P&gt;&lt;P&gt;This table loaded fine. Then I tried to create the Expanded Nodes table:&lt;/P&gt;&lt;P&gt;ClassificationsExpanded:&lt;/P&gt;&lt;P&gt;Hierarchy(ClassificationId, ParentClassificationId, ClassificationDescription) LOAD&lt;/P&gt;&lt;P&gt;Classifications.ClassificationDescription AS ClassificationDescription,&lt;/P&gt;&lt;P&gt;ClassificationId,&lt;/P&gt;&lt;P&gt;Classifications.ParentClassificationId AS ParentClassificationId&lt;/P&gt;&lt;P&gt;RESIDENT Classifications;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this script, ClassificationId is unqualified, otherwise it's qualify *;&lt;/P&gt;&lt;P&gt;When I hit reload, I get the error:&lt;/P&gt;&lt;P&gt;HIERARCHY parameter NodeName (='ClassificationDescription') is not a valid field&lt;/P&gt;&lt;P&gt;I've tried a number of things and nothing works. Can anyone please give me some advice? Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 06:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143866#M22976</guid>
      <dc:creator />
      <dc:date>2009-05-12T06:56:09Z</dc:date>
    </item>
    <item>
      <title>Hierarchy parameter NodeName is not a valid field</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143867#M22977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SQL Select makes a table named (by default) like the "FROM" table.&lt;/P&gt;&lt;P&gt;So, if you missed the line where you named your table to the QlikView table (from "classification_tree" to "Classifications"), then this is one problem.&lt;/P&gt;&lt;P&gt;Another one is the parameter order of the Hierarchy statement.&lt;/P&gt;&lt;P&gt;- first, it's the ClassificationId and you gave him Classifications.ClassificationDescription;&lt;/P&gt;&lt;P&gt;- second, it's the ParentClassificationId and you gave him ClassificationId;&lt;/P&gt;&lt;P&gt;- and third, finaly, it's the ClassificationDescription and you gave him Classifications.ParrentClassificationId.&lt;/P&gt;&lt;P&gt;And take in consideration that scripting is case-sensitive in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_________________&lt;/P&gt;&lt;P&gt;email: mihai@aladin.ro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 01:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143867#M22977</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2009-07-10T01:30:12Z</dc:date>
    </item>
    <item>
      <title>Hierarchy parameter NodeName is not a valid field</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143868#M22978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the first one. Probably i have to use bigger eyes. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 01:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143868#M22978</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2009-07-10T01:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy parameter NodeName is not a valid field</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143869#M22979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a similiar problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG_CLASSIFICATION,&lt;/P&gt;&lt;P&gt;&amp;nbsp; %ORG_KEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG_COMPANY_NAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG_CREATE_DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG_DESCRIPTION,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG_IDENTTY_MANAGER,&lt;/P&gt;&lt;P&gt;&amp;nbsp; %ORG_SAP_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG_LST_UPDATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG_MANAGERS,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG_PARENT_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ORG_STATUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From $(vQVD_MASTER_OPENIAM)\$(vTableName).qvd (QVD)&lt;/P&gt;&lt;P&gt;WHERE ORG_STATUS= 'ACTIVE' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had this script working fine but then i wanted to have an hierarchy so I added this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hierarchy_Simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hierarchy(%ORG_KEY,ORG_PARENT_ID,ORG_COMPANY_NAME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;%ORG_KEY,ORG_PARENT_ID,ORG_COMPANY_NAME&lt;/P&gt;&lt;P&gt;From $(vQVD_MASTER_OPENIAM)\$(vTableName).qvd (QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And know it gives me this error : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"HIERARCHY parameter NodeName (="ORG_COMPANY_NAME") is not a valid field&lt;/P&gt;&lt;P&gt;Hierarchy_Simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hierarchy(%ORG_KEY,ORG_PARENT_ID,ORG_COMPANY_NAME) "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;%ORG_KEY,ORG_PARENT_ID,ORG_COMPANY_NAME&lt;/P&gt;&lt;P&gt;From C:\QlikView\1.datasources\2.QVD\6.OpenIAM\Organization.qvd (QVD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a sintaxe problem or there are some limitations to NodeName, type or size?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 12:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143869#M22979</guid>
      <dc:creator />
      <dc:date>2014-11-12T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy parameter NodeName is not a valid field</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143870#M22980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prueba colocando la pestaña donde tienes el "HIERARCHY" de primera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try placing the tab where you have the "hierarchy" of first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 14:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-parameter-NodeName-is-not-a-valid-field/m-p/143870#M22980</guid>
      <dc:creator />
      <dc:date>2015-08-21T14:57:26Z</dc:date>
    </item>
  </channel>
</rss>

