Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error Cannot Locate table in HTML file

sometimes when I reload i get a error

error loading image

how can I catch the error or are there any other options?

2 Replies
Not applicable
Author

Hi

did you look into the ErrorVariables as of the Reference Manual page 352ff?

e.g.

set ErrorMode=0;
load * from abc.csv;
if ScriptError=8 then
exit script;
//no file;
end if

Juerg

fernandotoledo
Partner - Specialist
Partner - Specialist

I tried to access this web page and QlikView can only find the first table @1.

Taking a closer look in the page´s Source Code you can see that the second table is generated in another way, different than an usual HTML Table.

I see two possible solutions here:

1) Use another site for reference;

2) Study deeply the Source Code and try to find out where it gets the data to fill that table;

Good luck,

Fernando D. T.

Coffee