![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi, I'm trying to figure out how to use the Intersect function and I think I'm doing something terribly stupid... I have a Parent-Child dimension called Features; and have a second UserNameDimension that has the username associated with the Feature. I have |
|
select {Measures.[Fact]} on columns , intersect (Features.Members, {[01],[02]}) on rows from TestSecurity works fine. select {Measures.[Fact]} on columns ,[UserNameDimension].[All UserNameDimension].[abc/usern01].children on rows from TestSecurity gives me a list of Features for a specific user named abc/usern01 (basically 01 and 02 like above) But when I try to do select {Measures.[Fact]} on columns ,intersect({Features.[Level 02].Members}, {[UserNameDimension].[All UserNameDimension].[abc/usern01].children}) on rows from TestSecurity I get "Unable to open cell set. Calculation Error - Unknown Error" Any help would be greatly appreciated. Thanks. |
#2
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |