Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
marcohadiyanto
Partner - Specialist
Partner - Specialist

Hierarchy National

hi,

i have problem with hierarchy, i want to show National-Area-Branch.

i have AreaID , AreaName , BranchID , BranchName coloum.

in table Area, i have all that coloum.



Hier:
Hierarchy (BranchCode, AreaCode, BranchName,AreaName,BranchName,Path)
LOAD
BranchCode,
AreaCode,
BranchName,
recno() as recno
RESIDENT Area;
drop Table Area;



this code just show for Area and Branch, but how can i show it for National (total area). please advice.

Thanks

1 Reply
marcohadiyanto
Partner - Specialist
Partner - Specialist
Author

anyone can help me?

thanks