We are devloping an OLAP reporting solution with SQK2k, Analysis Services and Crystal Analysis.
Each day our fact table will be updated for each customer account with the previous days figures. Obviously when creating a cube directly from this fact table the default aggregations will be the sum of all days for all accounts. This would be misleading for our users, as generally they only want to see the previous days posistion.
Can I have some suggestions as to the best way to do this, some ideas we've had are:
1. Create a view of the fact table, returning only the previous days posistion, and build the cube from that.
2. Create a "yesterday" dimension and add that to the cube design.
3. Restrict the data in Analysis Services (MDX Query?)
4. Something in Crystal Analysis (The wrong forum, I know)
Thanks in advance
mrees
Each day our fact table will be updated for each customer account with the previous days figures. Obviously when creating a cube directly from this fact table the default aggregations will be the sum of all days for all accounts. This would be misleading for our users, as generally they only want to see the previous days posistion.
Can I have some suggestions as to the best way to do this, some ideas we've had are:
1. Create a view of the fact table, returning only the previous days posistion, and build the cube from that.
2. Create a "yesterday" dimension and add that to the cube design.
3. Restrict the data in Analysis Services (MDX Query?)
4. Something in Crystal Analysis (The wrong forum, I know)
Thanks in advance
mrees