Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hierarchy: The expanding nodes don't stop

What is wrong when I run the code below in the attached QVD.

The expanding nodes don't stop.

      Test:

      Hierarchy(SCC_ID, SCC_IDpai, SCC_descricaoplanocontas,ParentName,SCC_descricaoplanocontas,Path,'/',Depth)

      Load * from C:\TEMP15.qvd (qvd);

13 Replies
frank_bossuyt
Partner - Contributor
Partner - Contributor

Can you tell me what version of QlikView you are running. I have the same problem after I upgraded to 11.2 SR5

frank_bossuyt
Partner - Contributor
Partner - Contributor

try

Test:

Hierarchy(SCC_ID, SCC_IDpai, SCC_descricaoplanocontas,ParentName,SCC_descricaoplanocontas,Path,'/',Depth)

Load distinct * from C:\TEMP15.qvd (qvd);

Not applicable
Author

Also does not work. I'm using version RS4 11:20 and I had to do the hierarchy manually using mapping. The code was too large.

staelanicet
Contributor
Contributor

Did you find a solution ?