Imad -
By design, OLAP cubes are not intended for reporting at individual task
levels. They are designed to be used for consolidated reporting. The
requirements that you are looking to meet can be easily met in Project Pro.
The RBS information can be used to group the data for each of your sections
(or another code, based on your implementation).
I hesitate to pass this along for your case, but if you have your heart set
on getting this into the Portfolio Analyzer, you can follow the information
below:
There is a common way to leverage the out-of-the-box cube with a macro that
you add to the global template. This is normally used for consolidating task
information within and across projects (such as phase of project). It would
require that you create a task outline code where you categorize the tasks
(in this case each of the admin tasks would have a unique task outline code
value assigned). Please reference the discussion thread related to the
article (url below) as it contains updated VBA code for the macro. We
implemented the macro, but we trigger it on the Project_BeforeSave event
instead of the Project_BeforeClose one. We also use the following option on
the Tools -- Options -- Collaborate menu: Publish New and Changed
Assignments...when: Start, Finish, % Complete or Outline changes. This way
each assignment isn't flagged as needing to be published upon every save (as
the macro updates the assignment resource outline code value). The project
manager of the plan would also need to ensure their macro security level
allows macros to be enabled.
http://techrepublic.com.com/5100-6315-1051489.html
Hope this helps.
John