Experts,
I am asked to create a web Intelligence report based on Excel in BO 4, so no dimensional modelling here.
I dumped data to Oracle and created table for each sheet and have 3 tables with no joins in IDT.This is not the problem.
The following is my requirement:
1. I need to create two main objects, which are of the following description. Total Courses : Count([Course ID]) where ([Main Sponsor]="Marketing" OR [Co-sponsor]="Marketing" or [Co-sponsor2]="Marketing")
I am now creating at present for each department and for each year. I need to show data for 20 departments and for 4 years so now I am creating for each cell. so 180 variables for each measure.
2. Second one is:% Courses as co-sponsor: % of couses as co sponsor: Count([Course ID]) where ([Co-sponsor]="Marketing" or Co-sponsor2="Marketing")/Count(Course name) where (Main Sponsor="Marketing" OR "Co-sponsor="Marketing" or Co-sponsor2="Marketing")
My report should look like:
Dept - Total Courses in 2013 - % Courses as co-sponsor 2013 - Total Courses in 2012 - % Courses as co-sponsor in 2012
Marketing - 20 -- 30% - 38 -42%
.
.
.for 20 depts
I am not sure which one to use as dept and is there a way to avoid cell wise formulae. All these columns are in single sheet so single table.
Is there a way to create objects in Universe or creating a custom SQL.
Please suggest.
Regards
Nanda Kishore