Skip to main content Skip to complementary content

getProductVersion method

Warning noteDEPRECATED.

This API is deprecated and may be removed in a future version.
Information noteThis functionality is not available in Qlik Sense SaaS.

qlik.global.getProductVersion(callback)

Gets the product version.

Version history

Version history
Version state Details
Introduced 2.0
Deprecated

Qlik Sense November 2017

Use instead: About API: System info: Get

Parameters

callback

Type: Function

Optional.

Callback method. Registers a callback that is executed every time data is returned.

Returns

A promise of a Qlik associative engine reply.

Tip noteFor more information regarding a promise, see The Promise API.

Example

var global = qlik.getGlobal(config);
	global.getProductVersion(function(reply){
		alert('Product version:'+reply.qReturn);
	});

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!