Count Distinct 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 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