Creates an app and opens a session.
This method applies only if running a local installation of Qlik Sense.Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- docName
- Type:
System String
Name of the app This parameter is mandatory.
- userName (Optional)
- Type:
System String
Name of the user This parameter is optional.
- password (Optional)
- Type:
System String
Password of the user This parameter is optional.
- serial (Optional)
- Type:
System String
Current Qlik Sense serial number This parameter is optional.
- localizedScriptMainSection (Optional)
- Type:
System String
Name of the first section in the script editor. This parameter is optional. The default value is Main.
Return Value
Type: CreateAppExResultImplements
IHub CreateAppEx(String, String, String, String, String)See Also