Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
niceqlik
Partner - Contributor III
Partner - Contributor III

Using specific custom user in Qlikview OCX

Hi guys,

I am implementing a windows application with Qlikview OCX. All I want to do is to view qlikview objects with the user that i specify in VB. By default, OCX is using the default windows user that is COMPUTER\Administrator. Either specifing username and password in the OCXObject properties window or using

AxQlikOCX2.UserName = "COMPUTER\User1"

is not working. OCX only accepts and uses my default user COMPUTER\Administrator. I monitor the authenticated user in the QVS Statisctics tab in QEMC.

OCX manual or community forum does not contain such information.

Could you please suggest me a correct and working solution to accomlish that ?

Many thanks,

1 Reply
rogeriogyn
Partner - Contributor III
Partner - Contributor III

Hello,

Did you had any response, or figure out how to do that ???

I'm having the same issue