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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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