Ok Guru's Try to solve this one.
I have a cube that has in it the following characteristics.
1. Date Delivered
2. Delivery Type.
And the following Key figures.
1. Quantity Delivered
And the following Time Characteristics
1. Weekday
2. Month
3. Calendar Day
4. Quarter
The cube has 3 years worth of data and a few other fields.
My users want to see delivery averages between 2 inputed dates.
So therefore user puts in date range 1/2/2004 - 12/31/2004.
The query should return the average quantity delivered by delivery type. They then want to be able to drill down by day of week, month, cal day, quarter etc.
The problem I have is if I use customer exit to calculate the number of days between the days, it is a fixed value that does not vary based on drill down.. Any suggestions would be welcomed.
Thanks
Wallace
Can't you use the key figure property: calculate single value as --> average when designing the query?
Tom
Add a comment