CreateDocEx method
Creates an app and opens an engine session.
Information note
	
	
	
	This operation is possible only in Qlik Sense Desktop.
Parameters
| Name | Description | Mandatory | Type | 
|---|---|---|---|
| qDocName | 
				 Name of the app.  | 
			
			Yes | String | 
| qUserName | 
				 Name of the user.  | 
			
			No | String | 
| qPassword | 
				 Password of the user.  | 
			
			No | String | 
| qSerial | 
				 Current Qlik Sense serial number.  | 
			
			No | String | 
| qLocalizedScriptMainSection | 
				 Name of the first section in the script editor. The default value is Main.  | 
			
			No | String | 
Returns
| Name | Description | Type | 
|---|---|---|
| qDocId | 
				 <path and name of the app>  | 
			String | 
| qReturn | 
				 { "qType": "Doc", "qHandle": <handle of the app> }  | 
			ObjectInterface | 
Access Control
create
	
	
	See also