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

Problem with a association / build a new key?

Hi

I have a excelfile that are build as follow. 

 

LOAD

* INLINE [
ID, Work,                          Edu
1, Admin
1, Construction
1,                                    , Economic
1,                                    , Kindergarden
2,                                     , University
2, Teacher
3, Teacher
3,                                      , Higher math
]

In a table/chart I want to click on Education = Economic and then also get what type of work the ID has, or click on Teacher and get what kind of education they have. The same thing that happens if i click on the ID itself but I don´t wont to show the ID... So, how can I associate them to each other, some way build a new key?

How can this be done?

Thanks!

1 Solution

Accepted Solutions
Not applicable
Author

Hello,

I have build something. I hope it is what you are looking for.

I have change your INLINE a bit. So the peek-function can always look at the predecessor. Then you can use the hierarchy load - function, if you want.

Regards

Vicky

View solution in original post

2 Replies
Not applicable
Author

Hello,

I have build something. I hope it is what you are looking for.

I have change your INLINE a bit. So the peek-function can always look at the predecessor. Then you can use the hierarchy load - function, if you want.

Regards

Vicky

Not applicable
Author

Thanks!