You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
Expected getting handle to app given ID
Steps to Reproduce
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
Operating system
Qlik Sense
Versions
The text was updated successfully, but these errors were encountered: