Click or drag to resize
AppAddFieldFromExpression Method

Adds a field on the fly.

The expression of a field on the fly is persisted but not its values.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool AddFieldFromExpression(
	string name,
	string expr
)

Parameters

name
Type: SystemString
Name of the field.
expr
Type: SystemString
Expression value. It is not possible to use all aggregation functions. For example, you cannot add a field on the fly with an expression that uses the Sum or Count aggregation functions.

Return Value

Type: Boolean

Implements

IAppAddFieldFromExpression(String, String)
See Also