Count Distinct function.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public static readonly ExprAggregate..::..ExprAggregateOp COUNTDISTINCT
Visual Basic
Public Shared ReadOnly COUNTDISTINCT As ExprAggregate..::..ExprAggregateOp
Visual C++
public:
static initonly ExprAggregate..::..ExprAggregateOp^ COUNTDISTINCT

Remarks

Counts the distinct values in a field, with no repetition.

See Also