Click or drag to resize
AppGetGenericMeasure Method

* Returns the definition of a measure if the target (or handle ) is a measure

* Returns the handle of a measure if the target (or handle) is an app

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public GenericMeasure GetGenericMeasure(
	string id
)

Parameters

id
Type: SystemString
Identifier of the measure This parameter is mandatory

Return Value

Type: GenericMeasure

Implements

IAppGetGenericMeasure(String)
See Also