Re: Rollup in one dimension of calculated members in another...
- From: "Ohjoo Kwon" <ojkwon@xxxxxxxxxx>
- Date: Mon, 13 Nov 2006 09:36:55 +0900
How about defining a dimension consisting of OrigianalX, PositiveX, and
NegativeX.
Ohjoo
<noel.phillips@xxxxxxxxx> wrote in message
news:1163353166.807778.35940@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I have seen lots of posts around this topic - but am not sure if they
apply to this specific situation.
I have a dimension with 100 members against which fact data can be
loaded. For each of these members I have two formula members in the
same dimension. The formulas for which are as follows
iif ( [Dimension].&[x] > 0, [Dimension].[x], NULL)
iif ( [Dimension].&[x] < 0, [Dimension].[x], NULL)
So, for each 'input' member, there are two members - one showing the
value if it is positive otherwise NULL, and the other showing the value
if it is negative, otherwise NULL.
Below I will refer to them as OrginalX, PositiveX, NegativeX
The problem occurs when these members are rolled up against another
dimension. Instead of the rollup being the sum of PositiveX or
NegativeX - I am seeing the formulae above being applied to OriginalX.
I have played with the solve_order (but I dont think they are relative
in this context) and the ordering of the dimensions within the cube -
with no success.
I guess I can check of ISLEAF and do the aggregations in the
calculation - but given the total number of dimensions (11) and the
fact that we are using unary operators, this seems to be a no-go.
Any ideas?
thanks
.
- Follow-Ups:
- Re: Rollup in one dimension of calculated members in another...
- From: louise . cannings
- Re: Rollup in one dimension of calculated members in another...
- References:
- Rollup in one dimension of calculated members in another...
- From: noel . phillips
- Rollup in one dimension of calculated members in another...
- Prev by Date: Re: Connection for Data Source in SSAS 2005 Tutorial Lesson 6
- Next by Date: Re: AS2005 Memory Questions
- Previous by thread: Rollup in one dimension of calculated members in another...
- Next by thread: Re: Rollup in one dimension of calculated members in another...
- Index(es):
Relevant Pages
|