Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need a website that QlikView can extract the value of the dollar.
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.
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);
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
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.
Hi, do you mean something like this?
check the attached example please,
regards
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.
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.