Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load table not working

Hi

My script is loading all the tables from Excel it should, except of one:



LOAD

[Group Company]

[Exco Area]

FROM

biff, embedded labels, table is

[Master Data$]);

I've tested this part of the script in a separate and empty QlickView document and there it creates the table.

Does anybody have an idea why it works in one QV document but not in the other one?

Thanks a lot!

Belen





5 Replies
Miguel_Angel_Baeyens

Hello Belen,

It is possible that this table is being concatenated implicitly with a preivously loaded table having two fields named alike. The ampty document doesn't have any tables, so it loads.

If your document has already this table, will concatenate to the previous one. You can avoid this using NOCONCATENATE before the LOAD statement.

Hope that helps.

Not applicable
Author

Hi Miguel, thanks for the quick response.

Could it be something else? The noconcatenate is not working...

Thanks again.

Miguel_Angel_Baeyens

Hello Belen,

Is QlikView throwing some error or crashing? Or it's just that you cannot see the records? Is there any other table with those two fields?

Regards.

Not applicable
Author

No error messages, nor crashing and no other table with the same fields.

Miguel_Angel_Baeyens

Hello,

I keep thinking of implicit concatenation, anyway, label that table, rename fields, do a debug reload in the script editor and take a closer look (if you didn't already) at what happens when QlikView executes that load part, and keep us posted.

Regards.