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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get Organization hierarchy like dir->manager->teamLead->SSE->JSE

Hi all,

I am trying to make hierarchy let say for an organization where titles are  DIRECTOR, MANAGER, TEAM LEAD, SSE,JSE AND TRAINEE.

using some dummy data for this . but not getting the right Hierarchy structure . its giving error in script .

hierarchy should become like this 

                                                            DIRECTOR

                                                                 |

                                                             MANAGER

                                                                 |

                                                             TEAM LEAD

                                                                |

                                                            SSE

                                                                |

                                                             JSE

                                                      

can some one help me in this.

following is the script that I am getting after using the Hierarchy while loading xls file.

HIERARCHY(DIRECTOR, MANAGER, TEAMLEAD, TEST1, SSE, TEST2, /)
LOAD DIRECTOR,
MANAGER ,
TEAMLEAD,
SSE,
JSE,
TRAINEE
FROM SHEET1

Regards

Ravindra Mandre

1 Solution

Accepted Solutions
Not applicable
Author

Got the answer by following this example

http://community.qlik.com/qlikviews/1072

Ravindra Mandre

View solution in original post

2 Replies
Not applicable
Author

Not applicable
Author

Got the answer by following this example

http://community.qlik.com/qlikviews/1072

Ravindra Mandre