Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
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
Ok managed to get it working thanks !