StatisticBuilderPanel StatisticBuilderPanelTypes EnumerationA Sandcastle Documented Class Library
Enumeration representing the types of statistic builder panels this object supports.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum StatisticBuilderPanelTypes
Members

  Member nameValueDescription
COUNT1 A simple aggregate count stat.
SUM2 A simple aggregate sum stat.
MAX3 A simple max value statistic.
MIN4 A simple min value statistic.
COLUMN_DATA5 Pulls data from a target column. Used in report statistic packages. Requires addition of having and group by calculations.
FILTER_STATISTIC6 Selects from a list of existing statistics.
See Also