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: 
Anonymous
Not applicable

getting the data at some field level

i have 3 tables joined in my data model,

but first table is at id1 level

table2 is at id2 level

so i need to roll up both tables at id1 level only ,

how to do that

3 Replies
Anil_Babu_Samineni

This?

Load id1 as id1 from T1;

Join

Load id2 as id1 from T2;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

do we require to do group by as well?

afsarshaikh
Creator
Creator

Try,

Table1:

LOAD ID

FROM XYZ;

LEFT JOIN (Table1)

Table2:

LOAD ID

FROM XYZ;

LEFT JOIN (Table1)

Table3:

LOAD ID

FROM XYZ;

Regards,
Afsar Shaikh
Project Manager- QlikView Dev. & Support
Afsar Shaikh
Email- afsar.shaikh@live.com