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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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