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 ?