Click or drag to resize
AppCloneGenericMeasureAsync Method (String, AsyncHandle)

Clones a measure.

To clone:

* a bookmark, use CloneBookmark method

* a dimension, use CloneDimension method

* an object, use CloneObject method

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<string> CloneGenericMeasureAsync(
	string id,
	AsyncHandle asyncHandle = null
)

Parameters

id
Type: SystemString
Identifier of the object to clone
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskString

Implements

IAppCloneGenericMeasureAsync(String, AsyncHandle)
See Also