Click or drag to resize
IHubOpenApp Method

Opens an app.

It is not recommended to use this method to open an app. The OpenApp method should be used instead.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
App OpenApp(
	string docName,
	string userName = null,
	string password = null,
	string serial = null,
	bool noData = false
)

Parameters

docName
Type: SystemString
Name of the app to retrieve. This parameter is mandatory.
userName (Optional)
Type: SystemString
Name of the user that opens the app. This parameter is optional.
password (Optional)
Type: SystemString
Password of the user. This parameter is optional.
serial (Optional)
Type: SystemString
Current Qlik Sense serial number. This parameter is optional.
noData (Optional)
Type: SystemBoolean
Set this parameter to true to be able to open an app without loading its data. When this parameter is set to true, the objects in the app are present but contain no data. The script can be edited and reloaded. This parameter is optional and the default value is false.

Return Value

Type: App
See Also