Endeca Presentation API
GroupByList Property
NamespacesEndeca.Navigation.AnalyticsStatementGroupByList
Gets and sets the GroupByList for this Statement.
Declaration Syntax
C#Visual BasicVisual C++
public virtual GroupByList GroupByList{ get; set;}
Public Overridable Property GroupByList As GroupByList
public:
virtual property GroupByList^ GroupByList {
	GroupByList^ get ();
	void set (GroupByList^ value);
}
Value
The GroupByList for this Statement.
Remarks
The GroupByList determines the way that input records are grouped into result aggregated records.

Basically, each GroupBy in the specified GroupByList represents a grouping property or dimension, and input records are assigned to a resulting aggregate based on their values for these properties and dimensions. Note that if an empty GroupByList is attached to a Statement, it indicates that the input records will be GROUPed to a single record.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0