Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
isciberras
Creator
Creator

Resident table syntax when loading from excel files

Hi Everyone,


I'm having trouble using resident tables to reference a field from a previously loaded table.

Basically, from one tab I'm loading in the following data:

Table1:

Load Order_Ref,

          InvoiceDate

From

         

From another tab I'm loading:

Left keep

LOAD [InvoiceDate] Resident Table1

Load Order_Ref,

          PurchaseOrderDate,

          InvoiceDate - PurchaseOrderDate as [dif]

From



The issue I'm facing is that I get an error saying it cant find InvoiceDate which would have been loaded from a previous table. Any ideas on what I could do to get this to work?


Thanks,

Isaac

10 Replies
isciberras
Creator
Creator
Author

I have been trying to fix this issue for 2 days and this code worked. I can't thank you enough! I appreciate your help very much