SergeS
MIS
- Aug 14, 2002
- 28
Hi there,
Due to the fact that I have to set up my universes directly upon an OLTP-system I don't have the opportunity to set up something like a DWH adjusted to the reporting needs. So, I am encountering several problems of which the one below is an example.
Imagine there are three tables: Department, Costcenter and Project. In the source database the relationships between these table are:
Department (1:1)-(0:N) Costcenter
Department (0:1)-(0:N) FTE
Costcenter (0:1)-(0:N) FTE
To illustrate how the above should be interpreted:
A Department has 0 or more FTE's and a FTE is administrated at 0 or 1 Department.
So, we have a loop here. Some FTE are directly administrated at a Departments. If not, the FTE is administrated at a Costcenters which belongs to a Department, so the FTE is indirectly administrated at a Department.
Imagine I want to generate an overview off all FTE's for a certain Department. How should I realise this? Currently I am think of aliases or contexts, however the FTE table doesn't fullfill different roles in this example.
Can someone help me out?
Kind regards,
Serge
Due to the fact that I have to set up my universes directly upon an OLTP-system I don't have the opportunity to set up something like a DWH adjusted to the reporting needs. So, I am encountering several problems of which the one below is an example.
Imagine there are three tables: Department, Costcenter and Project. In the source database the relationships between these table are:
Department (1:1)-(0:N) Costcenter
Department (0:1)-(0:N) FTE
Costcenter (0:1)-(0:N) FTE
To illustrate how the above should be interpreted:
A Department has 0 or more FTE's and a FTE is administrated at 0 or 1 Department.
So, we have a loop here. Some FTE are directly administrated at a Departments. If not, the FTE is administrated at a Costcenters which belongs to a Department, so the FTE is indirectly administrated at a Department.
Imagine I want to generate an overview off all FTE's for a certain Department. How should I realise this? Currently I am think of aliases or contexts, however the FTE table doesn't fullfill different roles in this example.
Can someone help me out?
Kind regards,
Serge