I'm a beginner with OLAP and I've got a problem that I'm not able to solve.
This is the situation:
I've got a set of documents. Every document belongs to one or more SubArea.
Every SubArea belongs to an Area.
There are people that read these documents. People belongs to one or more
factory, the factory belongs to one or more "groups", the "groups" to one
"section".
There is a log that contains (Name of person, Document, date).
The target is: create a cube with 3 dimensions : "Document", "People",
"Time" and a measure that counts the number of reading.
I've created the cube BUT the problem is: the number of reading of an Area
is the sum of the reading of all its subareas. That's not what I want. I'd
like it to be The sum of the reading of all distinct files that belongs to
the Area. For example:
DIM AREA #READ What I'd like
Area1 15 12
SubArea1.1 10 10
File1 2 2
File2 5 5
File3 3 3
SubArea1.2 5 5
File3 3 3
File4 2 2
Area2 20 18
SubArea2.1 2 2
File2 2 2
SubArea2.2 18 18
File2 2 2
FIle6 8 8
File7 8 8
It's possible to do this with only one cube?
Please HELP ME!!!!!!!!!!!!!!
Vanessa