Hi All.I have a cube with a standard date dimension (year, quarter, month) and one measure. Currently, the quarter figure is just a simple aggregate of the monthly measure. I need to code a custom aggregate i.e. instead of saying month1 + month2 + month3, I need something like ((month1/100)+1) * ((month2/100)+1) * ((month3/100)+1). I need to do this for each month.My question is, how should I go about doing this ?Is this a calculated member for each quarter ? Or could I provide a measure expression ?I've tried so far with a calculated member without much success. I would be grateful for any pointers (code !).Regards,J
↧