Hi, this is my first ever thread.....<br><br>I'm probably going about this in the wrong way, your assistance will be greatly appreciated, let's see if I can explain :<br><br>I am currently in the process of developing a Performance Monitoring/reporting ROLAP solution. I have a number of facts that are constant over time, an example is Tolerance Level, Available Score and Debits per Failure.<br><br>These facts are constant and don't change, however the reports need to be shown by time. I was thinking that I would be required to add the time dimension to the following table :<br><br>QuestionID ; ToleranceLevel; AvailableScore; DebitsPerFailure.<br><br>Adding the Time dimension would I think be sufficient to have the figures represented by time, but there is another spanner.<br><br>The figures are "inventory" type, what I mean is that the aggregate of the weeks elements is not the sum, it is the same figure. So what I have decided to do is create a set of aggregate tables. One for week, month and year. I realise that a constraint enforced solution might be better, but the advantages I can see only refer to the ETL processes, I only need to create these tables once and once only as the facts will not, can not change.<br><br>My question is (eventually) is this the best/only way of handling this situation. The ROLAP product I am using is Media 4 (Speedware). What are the alternatives to this, as the problem is that as I move along the time dimension I am having to move from cube to cube.<br><br>Please feel free to e-mail me at :<br><br><A HREF="mailto:imran.hussain@sodexho.co.uk">imran.hussain@sodexho.co.uk</A><br><br>Any assistance would be greatly appreciated.