Hi all,
I'm hoping that someone out there might be able to help me, as business objects technical support don't seem capable !!
What I'm trying to do is create a report which contains a filter which allows you to select a week number. e.g the value 25 in the table data below.
Then I want the report to show the week selected and the percentage change of an attribute in this example NUM_ACTIVE from the previous week e.g. week 24 in the data below.
There should only be one row per week, and there may be gaps in the week numbers.
I have no idea how to structure the universe / report to do this. What i think i want to do is effectivly bring the current week row and the previous week row back in one row selected from SQL but have no idea how to do this.
Further details below
Database is Oracle 902
Fact Table: F_KMR_SUMMARY
Table Columns
DATE_CREATED Date
DATE_UPDATED Date
FK_WEEK_IN_CONVERSION Number
NUM_ACTIVE Number
Fact Table Data:
DATE_CREATED DATE_UPDATED FK_WEEK_IN_CONVERSION NUM_ACTIVE
19/05/2004 19/05/2004 24 0
19/05/2004 19/05/2004 25 3
If anyone can help it would be much appreciated.
Regards
Simon