Hi!
I'm working with QlikView docs via OCX API.
For opening files, I'm using this code:
var doc = axQlikOCX1.OpenDocumentEx(url, 1, false, Username, Password);
For some docs, it returns null, without throwing any Exceptions, etc.
Could you explain, how I can get the reason for this behavior (message etc.)?
Thank you in advance!