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

Data Load from Web File......Error ?

Hi ,

I am new to Qlikview. I am trying to load data from Web File to Qlikview then i got the error. Please help me to solve the errors.i will share my process screens.

https://en.wikipedia.org/wiki/List_of_states_and_territories_of_the_United_States

i am getting data from above link.this is my script load by clicking WEB FILES.. Button

1.PNG

2.PNG

3.PNG

4.PNG

5.PNG6.PNG

i follow the above steps finally i got this error.

11 Replies
sunny_talwar

This worked for me:

Table:

LOAD State,

    Abbr.,

    Capital,

    "Largest city[14]",

    Statehood,

    "Population (2015 est)[15]",

    "Total area in mi2 (km2)[16]",

    "Land area in mi2 (km2)[16]",

    "Water area in mi2 (km2)[16]",

    [House seat(s)]

FROM

[https://en.wikipedia.org/wiki/List_of_states_and_territories_of_the_United_States]

(html, codepage is 1252, embedded labels, table is [States of the United States In North America]);

Not applicable
Author

sorry bro i got same error again.

sunny_talwar

Did you open the application and reloading it? I was able to reload it, not sure what might be the problem at your end

el_aprendiz111
Specialist
Specialist

Hi

LOAD * FROM

[https://en.wikipedia.org/wiki/List_of_states_and_territories_of_the_United_States]

(html, codepage is 1252, embedded labels, table is @1)

;

WEB.png

Anil_Babu_Samineni

Because, You are reloading two times of the same web file. Try to start fresh and then try. Don't copy paste two times.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
el_aprendiz111
Specialist
Specialist

hi,

txt & image

txt =to copy in script

Not applicable
Author

Thanks for your help

Not applicable
Author

Thanks for your help 

Not applicable
Author

Thanks for your help