Hello,
I have one report with a metric that sums a value and that have the attribute month.
In the fact table I have the code of the month and I have just one table with all the dates (year, month, day, etc.)
The problem is that the result should be 1 but it gives me 31, 1 for each day of the month (in the case July).
How can I solve this problem withouth creating views (one for each attribute)?
My RDBMS is sql server 2000.
Thanks.
I have one report with a metric that sums a value and that have the attribute month.
In the fact table I have the code of the month and I have just one table with all the dates (year, month, day, etc.)
The problem is that the result should be 1 but it gives me 31, 1 for each day of the month (in the case July).
How can I solve this problem withouth creating views (one for each attribute)?
My RDBMS is sql server 2000.
Thanks.