![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I had imported a cube from AS 2000 to SSAS 2005 And one formula I have: CREATE CELL CALCULATION CURRENTCUBE.[Days] FOR '({Measures.[Days]}, [Calendar].[Calendar].[Day].Members)' AS '1' And what I hoping to get is only number of chosen days. In AS 2000 all work well and neat, but not in SSAS 2005. What the problem ? |
#3
| |||
| |||
|
|
try to use the scope statement: scope({Measures.[Days]}, [Calendar].[Calendar].[Day].Members); this = 1; end scope; "SignOff" <alerya (AT) gmail (DOT) com> wrote in message news:1167064313.400785.26950 (AT) h40g2000cwb (DOT) googlegroups.com... I had imported a cube from AS 2000 to SSAS 2005 And one formula I have: CREATE CELL CALCULATION CURRENTCUBE.[Days] FOR '({Measures.[Days]}, [Calendar].[Calendar].[Day].Members)' AS '1' And what I hoping to get is only number of chosen days. In AS 2000 all work well and neat, but not in SSAS 2005. What the problem ? |
#4
| |||
| |||
|
|
Is this right? CREATE CELL CALCULATION CURRENTCUBE.[Days] FOR 'scope({Measures.[Days]}, [Calendar].[Calendar].[Day].Members); this = 1; end scope;' AS '1' """Jeje ΠΙΣΑΜ(Α): """ try to use the scope statement: scope({Measures.[Days]}, [Calendar].[Calendar].[Day].Members); this = 1; end scope; "SignOff" <alerya (AT) gmail (DOT) com> wrote in message news:1167064313.400785.26950 (AT) h40g2000cwb (DOT) googlegroups.com... I had imported a cube from AS 2000 to SSAS 2005 And one formula I have: CREATE CELL CALCULATION CURRENTCUBE.[Days] FOR '({Measures.[Days]}, [Calendar].[Calendar].[Day].Members)' AS '1' And what I hoping to get is only number of chosen days. In AS 2000 all work well and neat, but not in SSAS 2005. What the problem ? |
#5
| |||
| |||
|
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |