![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello I have a problem with totals I have the following dimension -Turnover 700 ----Software 100 ----Hardware 150 ----Other 200 ----Other total 250 The other total is a calculated cell where I make a sum of Software and Hardware, This works fine in the cube But the total of turnover is 700, this is wrong and must be 450 (Software + Hardware + Other) In SSAS 2000 he does this correct So my question is , how to exclude the calculated cell in the total of the parent Anyone an idea ? Thx |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Darren "Other total" is a real member, but has no custom rollup Its a calculated cell What do you mean by the unary operator '~' Thx |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Darren do you know if this is also so in SQL 2000 I think not thx |
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| |||
| |||
|
|
In know but I mean the following In SSAS 2000 I have the same dimension and i have no unary operator defined. And then the data of the calculated cells are not agregated in the totals Greetz |
#10
| |||
| |||
|
|
This are the mdx statements for a calculated cell in SSAS 2000 Calculation subcube = {[AccountCataloguesTree].&[254]} Calculation value = [AccountCataloguesTree].&[251]+[AccountCataloguesTree].&[252]+[AccountCataloguesTree].&[253] This is the mdx statement for the same calculated cell in SSAS 2005 CREATE CELL CALCULATION CURRENTCUBE.[Revenue Recurring Activities 2006] FOR '({[AccountCataloguesTree].[Parent Key].&[254]})' AS '[AccountCataloguesTree].[Parent Key].&[251]+[AccountCataloguesTree].[Parent Key].&[252]+[AccountCataloguesTree].[Parent Key].&[253]' |
![]() |
| Thread Tools | |
| Display Modes | |
| |