Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

Display Names of Geo Levels in Hirarchy

Dear All,

I Have problem with hirarchy following is script in my qvw  I want to display employee names along with HQ is linked I made changes in sql script and brig employee names in front of Head Qtrs  and in load I have added employee name but employee names showing me as blank.

DIM_GeoHQMaster:

HIERARCHY(CHILD_ID, PARENT_ID, [HQ], [Parent Name], [HQ], [Path Name], '/')

LOAD Hqid AS [HQ Code],

     Hqname AS [HQ],

     GeoLevelName AS [Level Name],

     CHILD_ID,

     PARENT_ID,

     [EmpName],   <-------------------------------------[ Added New Column in Hirerchy]

     [Email]

FROM

[..\Qvds\DIM_GeoHQMaster.qvd]

(qvd);

How to link  employee - SGID+HQID  is link between both tables.

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
0 Replies