Our universe consists of 1 header table and 4 joined tables (with 1-N relationships to header).
When I try to validate the universe - in terms of being sufficiently user friendly for non-technical staff - I find there are problems in adding columns from 2 of the N tables.
It is possible if I create a query and use freehand query to access the other table - however this is not user friendly - and freehand SQL might as well be written in Zulu for all the help it is for our business users.
Any suggestions?
Structure:
Header - 1 row per deal
Referrer - N rows per deal
Executor - N rows per deal
Assets - N rows per deal
Revenues - N rows per deal
Report Requirement:
Header information
1st Referrer information
1st Executor information
Current Assets (sum of asset value)
Year End Assets (sum of assets for all periods to end of year)
Revenues (as per Assets)
If at first you don't succeed, try for the answer.
When I try to validate the universe - in terms of being sufficiently user friendly for non-technical staff - I find there are problems in adding columns from 2 of the N tables.
It is possible if I create a query and use freehand query to access the other table - however this is not user friendly - and freehand SQL might as well be written in Zulu for all the help it is for our business users.
Any suggestions?
Structure:
Header - 1 row per deal
Referrer - N rows per deal
Executor - N rows per deal
Assets - N rows per deal
Revenues - N rows per deal
Report Requirement:
Header information
1st Referrer information
1st Executor information
Current Assets (sum of asset value)
Year End Assets (sum of assets for all periods to end of year)
Revenues (as per Assets)
If at first you don't succeed, try for the answer.