Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Connect to LotusNotes XML with login Working in QV11 not in QV12

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.

0 Replies