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

Loading tables in a specific order

If I want to load three tables A, B, and C and each time apply the load to the previous table ie so:

MyTable_A:

Load *

from ---- raw_data_file.xlsx

MyTable_B:

Load*

from My_Table_A

MyTable_C:

Load *

from

My_Table_B

STORE into MY_EXCEL_SHEET.xlsx

Do I need to store each table into a QVD ? What would be the simplest way to store each table then recall each ?

Thanks

10 Replies
Not applicable
Author

Ok managed to get it working thanks !