No aggregation will occur above the lowest level where custom rollup
applies, so your best bet may be to use other approaches. See this
earlier thread on the subject:
http://groups.google.com/groups?hl=e...8&edition=us&s
elm=3E8BFEC4.E35C4AE%40dsslab.com
Quote:
|
From: George Spofford (george (AT) dsslab (DOT) com)
|
Subject: Re: Missing aggregations in partition
View: Complete Thread (7 articles)
Original Format
Newsgroups: microsoft.public.sqlserver.olap
Date: 2003-04-03 06:29:48 PST
(answers inline)
MrAbeille wrote:
Quote:
I use MOLAP mode and I use custom rollup formula on each
level of my Product dimension:
Sum([Product].CurrentMember.Children) / Count
([Product].CurrentMember.Children,INCLUDEEMPTY)
You mean the custom rollup formula cannot be pre-
aggregated, don't you? |
Yes.
Quote:
So do you think it's a good idea to avoid custom rollup
formula, for instance by using default aggregations and
calculated measures to do the count and the division? |
Yes, that is exactly the way I would build it.
Quote:
What is the interest in designing custom rollup formula if
we can't use precalculated aggregates?? |
For when precalculated aggregates can't help you. Actually, I think that
there are very few good uses for custom rollup formulas, and that most
cases I've seen where people use them would be better handled using
calculated members.
Quote:
Why do I have the Class and Family levels involved in
aggregations proposed by the wizard if I cannot pre-
aggregate custom rollup? |
Because the agg wizard has no knowledge of which levels have the
formulas and which ones don't.
...
- Deepak
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!