PivotDateGrouping Enumeration

Relativity Services API
Specifies how to summarize date-based data that is returned for a GroupBy or PivotOn field in a Pivot query.

Namespace:  Relativity.Services.Pivot
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum PivotDateGrouping
Members

  Member nameValueDescription
Date0 Summarizes data by calendar day, month, and year for a GroupBy or PivotOn field.
Month1 Summarizes data by calendar month for a GroupBy or PivotOn field.
Year2 Summarizes data by calendar year for a GroupBy or PivotOn field.
YearMonth3 Summarizes data by calendar month and year for a GroupBy or PivotOn field.
Week4 Summarizes data by each week for a GroupBy or PivotOn field.
TwoWeeks5 Summarizes data by each two weeks for a GroupBy or PivotOn field.
Remarks

To use a Date field for the PivotOn field, you must also use a Date field for the GroupBy field. In addition, to use the Month enumeration for a PivotOn field, you must use the Year enumeration for the GroupBy field.
See Also

Reference