Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QUALIFY

Hello,

Is there other method to replace QUALIFY ?

For exemple: I want to have two separate tables as following T1, T2,

but I can't creat a zone table or a simple table only with the table T1, it will be like figure[3].

Currently, I use QUALIFY to solve this problem, but evey time I have to enter as "T1.ID", " T1.Titre", ....

if I want to do the same thing for table T2, I have to do still a time the same thing with "T2.ID", .....

So I want to know if there are some betters methods.


thank you very much.

T1:

load * INLINE [                                                                        

ID, Titre

1, Lion

2, Léon

3, Flower

4, Dark

]

;

T2:

NoConcatenate

load * INLINE [

ID, Titre

1, Lion

2, Léon

3, Flowers

4, Darck

5, Lion

]

;

figure[3]

10 Replies
Not applicable
Author

Thank you, that's interesting. Buy every time we have to use the {<Source = {'T1'}>} in the expressions too.

In fait, I don't want to write every time the T1 for exemple, so I don't know if there is a way like the "State" to define also for this type.