Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a problem when I validate our applications for Qlikview 12.
We have a connection to LotusNotes XML view with login in the connection. Its work very well in QV11 but not in QV12.
I have tried URI that i read about here in the Community, but I dint get that to working
We have varables for user and password.
log_on: load 1 as log_on_dummy //URI, from 'https://SERVERNAME/names.nsf?Login&Username=$(vUsername)&Password=$(vPassword)'; //Working in QV11 //encode(URI) as URI_encoded //from $(vURL) ; drop table log_on;
I hope someone have some tipsfor me.