![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am attempting to use StrToMember inside of the Descendants function and I get an error. Here is an example of the query I would like to run using |
|
SELECT { [Measures].[Unit Sales] } on Rows, Descendants( StrToMember("[Time].[1998]"), [Time].[Day of Month]) on Columns From [Sales] This is the error I receive: Unable to open cellset Formula error - object type is not valid - in an <object> base class If I just run the query without the StrToMember... SELECT { [Measures].[Unit Sales] } on Rows, Descendants( [Time].[1998], [Time].[Day of Month]) on Columns From [Sales] It works fine. Any help would be greatly appreciated. -Brian |
![]() |
| Thread Tools | |
| Display Modes | |
| |