AggTable
A definition of an aggregate table for a base fact table. This aggregate table must be in the same schema as the base fact table.
Attributes
Attribute | Data Type | Definition |
---|---|---|
ignorecase | Boolean | Whether or not the match should ignore case. |
Constituent Elements
Element | Definition |
---|---|
AggFactCount |
Describes what the fact_count column looks like. |
AggIgnoreColumn |
Tells Mondrian to ignore a column in an aggregate table. |
AggForeignKey |
Maps a foreign key in the fact table to a foreign key column in the candidate aggregate table. |
AggMeasure |
Maps a measure to a column in the candidate aggregate table. |
AggLevel |
Maps a level to a column in the candidate aggregate table. |