Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
my client has a google map incorporate into the qlikview file. the map is showing alright when we use the wireless connection to internet but when they use their company network to access internet through proxy the map will not show.
any way to go around this? thanks!
Hi,
you must check out this:
At the macro editor, in the lower left corner, "Requested Module Security" will need to be set to "System Access" also setting "Current Local Security" to "Allow System Access".
besides in the instruction set the user and password accepted by the proxy:
xmlhttp.open "GET", _
HOST & URL & "/GetCityWeatherByZIP?ZIP=" & zip, false, "userproxy", "password"
I hope this will be helpfull.
I had this problem. I solved just installing IE 7. Just this, then QV get the proxy configuration from IE 7.
I had this problem. I solved just installing IE 7. Just this, then QV get the proxy configuration from IE 7.
hello,
could you please tell me where I have to call the xmlhttp?
And could you please give me an exmple to copy paste?
Thank you