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

add column

hi,

I have 3 tables A , B and C. there is a link1 between A and B and link2 between B and C.

I want to add a column to C from A without showing the tables A and B.

is it possible?

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Can you explain better your aim?

Not applicable
Author

Table C contains the foreign key  of B and  Table B contains the foreign key  of A.

there is a column in A that I want to add to C without without viewing the tables A and B in the table viewer.

I hope it's clearer now

alexandros17
Partner - Champion III
Partner - Champion III

You need to use Table B, try to :

C

left join

B

left Join

A

and verify results

Not applicable
Author

ok i'll try, thank u so much for your interactivity