Lead function.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public static readonly ExprFunction..::..ExprFunctionOp LEAD
Visual Basic
Public Shared ReadOnly LEAD As ExprFunction..::..ExprFunctionOp
Visual C++
public:
static initonly ExprFunction..::..ExprFunctionOp^ LEAD

Remarks

Returns a value in a row a specified number of rows from a current row. LEAD provides access to a row at a given offset after the current position. The offset is specified with the decPlaces parameter of the ExprFunction constructor.

See Also