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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
arasantorule
Creator III
Creator III

Qlik Sense - Web File Connection

Dear Friends,

I am trying to fetch data from a web file. and I need to loop through different parameter values in the url using a variable to fetch data.

In qliksense, is there any way to use a variable in Web-file url without switching off the "standard mode" in the server.

Could you please help me on this?

Thanks a lot.

1 Reply
karthiksrqv
Partner - Creator II
Partner - Creator II

Hi,

Try this:

Let v_link_part = 'World_Meteorological_Organization';

LOAD

    "Welcome to Wikipedia, the free encyclopedia that anyone can edit. 5,371,432 articles in English"

FROM [lib://new-test-wiki/$(v_link_part)]

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

new-test-wiki is a connection to Wikipedia, the free encyclopedia