![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm using VBA to send MDX statements to a cube which is returning the results I need except for the field names which comes back as shown below. I need the field names to be Group, LineGroupAlt, and 200501, 200502, etc. Having tried a number of dimension properties (Members WithDataCaption, etc) with no success, I'ds appreciate if someone could let me know how this is done. [Line].[Group].[Group].[MEMBER_CAPTION] [Line].[LineGroupAlt].[LineGroupAlt].[MEMBER_CAPTION] [Time].[Month].&[200501] [Time].[Month].&[200502] [Time].[Month].&[200503] [Time].[Month].&[200504] [Time].[Month].&[200505] [Time].[Month].&[200506] [Time].[Month].&[200507] [Time].[Month].&[200508] [Time].[Month].&[200509] [Time].[Month].&[200510] [Time].[Month].&[200511] [Time].[Month].&[200512] Many thanks, Rob |
#3
| |||
| |||
|
|
Use dimensions properties like so: SELECT <Set_Expression> PROPERTIES MEMBER_CAPTION ON 0 FROM ... "Robert Chapman" <RobertChapman (AT) discussions (DOT) microsoft.com> wrote in message news:ABBF926C-597D-47F7-ADBA-BDBFED23EF62 (AT) microsoft (DOT) com... Hi, I'm using VBA to send MDX statements to a cube which is returning the results I need except for the field names which comes back as shown below. I need the field names to be Group, LineGroupAlt, and 200501, 200502, etc. Having tried a number of dimension properties (Members WithDataCaption, etc) with no success, I'ds appreciate if someone could let me know how this is done. [Line].[Group].[Group].[MEMBER_CAPTION] [Line].[LineGroupAlt].[LineGroupAlt].[MEMBER_CAPTION] [Time].[Month].&[200501] [Time].[Month].&[200502] [Time].[Month].&[200503] [Time].[Month].&[200504] [Time].[Month].&[200505] [Time].[Month].&[200506] [Time].[Month].&[200507] [Time].[Month].&[200508] [Time].[Month].&[200509] [Time].[Month].&[200510] [Time].[Month].&[200511] [Time].[Month].&[200512] Many thanks, Rob |
#4
| |||
| |||
|
|
Hi, I'm using VBA to send MDX statements to a cube which is returning the results I need except for the field names which comes back as shown below. I need the field names to be Group, LineGroupAlt, and 200501, 200502, etc. Having tried a number of dimension properties (Members WithDataCaption, etc) with no success, I'ds appreciate if someone could let me know how this is done. [Line].[Group].[Group].[MEMBER_CAPTION] [Line].[LineGroupAlt].[LineGroupAlt].[MEMBER_CAPTION] [Time].[Month].&[200501] [Time].[Month].&[200502] [Time].[Month].&[200503] [Time].[Month].&[200504] [Time].[Month].&[200505] [Time].[Month].&[200506] [Time].[Month].&[200507] [Time].[Month].&[200508] [Time].[Month].&[200509] [Time].[Month].&[200510] [Time].[Month].&[200511] [Time].[Month].&[200512] Many thanks, Rob |
![]() |
| Thread Tools | |
| Display Modes | |
| |