Click or drag to resize
IAppCreateGenericMeasure Method

Creates a master measure.

A master measure is stored in the library of an app and can be used in many objects. Several generic objects can contain the same measure.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
CreateGenericMeasureResult CreateGenericMeasure(
	GenericMeasureProperties prop
)

Parameters

prop
Type: Qlik.EngineGenericMeasureProperties
Information about the properties This parameter is mandatory.

Return Value

Type: CreateGenericMeasureResult
See Also