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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Web Data

what is Web Data and how to pull Web Data??

Can any one explain??

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi

Try this in new file you will come to know

LOAD date,

     enregistrement

FROM

[http://community.qlik.com/thread/142907]

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

Regards

ASHFAQ

abhaysingh
Specialist II
Specialist II
Author

Ashfaq given link not in english can you please share something in english

ashfaq_haseeb
Champion III
Champion III

Hi,

Try this

LOAD DataID,

     FieldID,

     Data

FROM

[http://community.qlik.com/thread/142386]

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

If it answered, Please close the thread.

Regards

ASHFAQ