Home > Working with Planning Projects > Building an Application > Advanced Project Functions > Measure Filters
Measure Filters
Last Updated 2/27/2012 6:34 PM
Measure filters restricts the accessibility of measures for cube models.
Two transaction tables per cube model are used to achieve this.
The first is a table containing measures that are to be excuded. This is named Modelname-excludedMeasures.
It has a single text field name of measure. This contains the measures to be excluded from any grid reports. If the transaction table is present and has no records then all measures will be excluded.
The second is a filter table that names measures to include or exclude depending on the value of the deployed dimension. This is named Modelname-filter.
It has fields deployment member, measure and action. Action is include or exclude.
See also
|