-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
Description
Expected getting handle to app given ID
Steps to Reproduce
- Using enigma.js in node.js and SensUtilities.buildUrl
- Marking up correct path to QlikSense engine using host, prefix, and appId.
- Calling session.create(config);
Expected behavior
As stated in documentation: for appId in buildUrl: "The app ID. If omitted, only the global object is returned. Otherwise both global and app object are returned."
Actual behavior
Only session is returned, and I wonder what the point of using appId in config if that is the case, since to connect to a actual app requires additional global.openDoc(appId)
Environment
Library
[x ] Node.js
[ ] Browser
Operating system
[x ] Windows
[ ] OSX
[ ] Linux
Qlik Sense
[x ] Desktop
[ ] Enterprise
Versions
- Node.js: 16.20.2
- Browser:
- Qlik Sense:
- Operating system:
- enigma version 2.11.0
Activity