<sasads:MDMeasure>

Subtag of MDModel used to define statistics for measures on the model

This tag must be nested within a sasads:MDModel tag.

Syntax

<sasads:MDMeasure
   [locale="java.util.Locale"]
   [measure="java.lang.String"]
   [selectedStatistics="java.lang.String"] />

Attributes

locale
measureAssigns the measure name
selectedStatisticsSets the statistics for the specified measure. If no measure is specified then the selectedStatistics are applied to all of the selectedMeasures.

More Information

If you need to subclass the tag handler class for the sasads:MDMeasure tag, extend com.sas.taglib.sasserver.mdtable.MDMeasureTag.