Skip to content

NoneMeasure

A measure that performs no aggregation and returns raw values from the data source without any mathematical operation. NoneMeasure is used when you need to display individual data values rather than aggregated summaries, such as showing transaction details, individual records, or when drill-through functionality needs to display the exact source data. This measure type is particularly useful for detailed reporting scenarios where aggregation would obscure important individual data points or when the data itself represents already-aggregated values that should not be further processed.

Extends

  • SQLExpressionBaseMeasure 🔗

Attributes

NameIdTypeLowerUpper

References

NameTypeLowerUpperContainment

Used by

ClassDiagramm

Released under the Eclipse Public License 2.0