Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

countries should be fetched from web

Hello everyone,

I am very new to QlikView. But i have got one task which i am not able to perform. I have one listbox which contains ip addresses. The second listbox contains the countries. If i select one ip address then the associated country to that ip address gets highlighted.

But my task is that the countries should be fetched from web and when i select a particular ip address then country associated with that ip address should be fetched from web. Is there any solution to this??

16 Replies
RonaldDoes
Partner - Creator III
Partner - Creator III

Hi Ashish,

Where "on the web" do you query your IP-addresses?

QlikView supports direct discovery for real-time database lookups.

Not applicable
Author

Hi Ronald,

can u tell me how??

arulsettu
Master III
Master III

may be you can create a inline table for the countries and ip-address

example:

load inline [

ip_address,country

192.3.4.5,india

192.5.6.7,us

192.8.9.1,uk

192.1.2.3,canada

];

ip_address from DB and inline table should be same

Not applicable
Author

But suppose there are thousnds of ip addresses.

Then how can we write so many addreses in inline table? will it be convenient?

Anil_Babu_Samineni

I would better to install the Data Market for that? There you can fetch country data

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
Anonymous
Not applicable
Author

Hi!

What do you mean with "on the web"?

Do you want to load data from a table that is in a web page?

Giuseppe

RonaldDoes
Partner - Creator III
Partner - Creator III

I don't understand the question.

What information do you want to fetch from the internet?

I'm pretty certain there is no Qlik Data Market item containing every IP-address on the planet with their corresponding country, so I wouldn't rush there.

Anonymous
Not applicable
Author

Sorry but I dont understand, where are located the information?

I mean the thousand ip adress and relative country.

Anonymous
Not applicable
Author

Can you post a sample of application?