Hi All,<br>       Suppose there is a fact table has below definition :<br><br>Fact Table : <br>time_id,<br>location_id,<br>product_id,<br>measure<br><br>so one possible aggregate table would be(lost time dimension) :<br><br>
location_id,<br>product_id,<br>measure<br><br><br>I have two questions<br>1: When there is query only takes with  one dimension attribute(for example : location_id, measure), does mondrian would use this aggregate table or not?<br>
2: The location and product dimensions has more than one levels(just the same as foodmart sample data), does mondrian would always using this aggregate table<br>for every MDX query contains levels from location and product dimension.<br>
<br><br>thanks,<br>kcheng<br><br><br>