role playing dimensions
ODBO provider for connections to XMLA data sources
Status: Beta
Brought to you by:
alexa77
"I have shared time dimension in my Mondrian schema.
If I set dimension usage attributes „name“ and „source“ in my cube to the same value everything works fine, but if I set them to different values, when I try to drill down from year to the quarter level I get the following error in Excel: „Cannot show or hide detail for this selection.“
Examples:
1. (works fine) <DimensionUsage source="Time" name="Time" visible="true" foreignKey="time_id" highCardinality="false"></DimensionUsage>
2. (does not work) <DimensionUsage source="Time" name="Date" visible="true" foreignKey="time_id" highCardinality="false"></DimensionUsage>"
(Miljen Stankovic )
http://jira.pentaho.com/browse/MONDRIAN-2126