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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Value of the Dollar online

I need a website that QlikView can extract the value of the dollar.

1 Solution

Accepted Solutions
Not applicable
Author

Guys, I know you have a very simple way is to open the script editor and selecting the Qlikview opição "Web Archive" but every site I put returns nothing.

View solution in original post

6 Replies
Anonymous
Not applicable
Author

It is always exactly $1, if you ask me...

If you want to load currency rates from the web, there are tons of sites available.  One example, after 2 min search:

Rates:

LOAD 

     USD,

     EUR,

     GBP,

     INR,

     AUD,

     CAD,

     ZAR,

     NZD,

     JPY

FROM [http://www.xe.com/currencyconverter/#rates] (html, codepage is 1252, embedded labels, table is @1);

Not applicable
Author

You can try putting a web link in your object, or table...

redirecting it to a site that show the dollar value every day

like this

US Dollar Exchange Rate - Updated Daily

Not applicable
Author

Guys, I know you have a very simple way is to open the script editor and selecting the Qlikview opição "Web Archive" but every site I put returns nothing.

jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi, do you mean something like this?

check the attached example please,

regards

Not applicable
Author

Jaime,

thank you very much, but I ended up getting for this site here:

http://www.shockmetais.com.br/lme

besides that gives me the value of the dollar still returns a table with several other quotes.

Not applicable
Author

Hello people,

the problem here is that the company has restrinções, so I could view the site but when put to download the proxy blocking.

Thank you all.