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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hierarchy GUI and Script Problem

Hello,

I have some issue on my project.

I have 2 main tables:

Parts table:

Part IDPart NameBalance
1A10
2B25
3C66
4D4
5E86
6F20
7G40
8H81
9K98

Part Arc table:

Part IDSon ID
21
31
61
71
42
54
83
89

My desirable result is some straight table or something like this with this following data:

Station 1Station 1Station 3Station 4

A

10

B

25

D

4

E

86

A

10

C

66

H

81

A

10

F

20

A

10

G

40

K

98

H

81

Many Thanks for your support,

Itsik

2 Replies
vikasmahajan

Base on Parent Id you need to apply left join and load the same in qlikview and use cross table functionality.

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.
Not applicable
Author

I'd be very grateful if you can try to do so on the attached example.

I tried to do so unsuccessfully...