Skip to content

PercentType

Enumeration defining methods for calculating percentage-based measures and statistical analysis in OLAP systems. PercentType controls how percentage calculations handle discontinuous versus continuous data ranges.

Enumeration Literals

DISC - (0)

Discontinuous percentage calculation using discrete value intervals for rank-based and categorical percentage analysis.

CONT - (1)

Continuous percentage calculation using interpolated values for smooth statistical distributions and percentile analysis.

Released under the Eclipse Public License 2.0