Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When I upload my excel file via sharepoint connector through data load editor I get an error. See attachment
I don't see Sheet2 loaded, may be you need to do resident Sheet1? or if they are two different tables, may be you need NoConcatenate to make sure that sheet1 table doesn't auto concatenate into sheet2 table.
Thanks for the note. I do not have sheet 2 in my datafile. It is a pretty straightforward datafile. See attachment.
What do you do when you "resident sheet 1"? Something that needs to be done in the code? How do you do that? Code is added in attachment
I guess the issue is not with your Excel file... it seems that you are trying to do a resident load into [Sheet2_temp_77d56.....] table from Sheet2 table which is failing
What is a resident load and how should I do this differently? I just do a normal load like always and that always works.
There is no "resident" expression in my code. (see previous attachment) How to load differently so I do not get the error?
Would you be able to share the complete load script for [Sheet2_temp_77d56.....] table in the script
Attached is the complete load script, but I do not have [Sheet2_temp_77d56.....] in my load script
Regards, Kirsten
The error is pointing out that the error happens while loading that table. I am not sure what might be going on. May be someone more knowledgeable with Qlik Sense might know more about this.
I figured what happened.. I forgot to remove the old table (!) ))
oh okay