Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Analysis Svr Member Properties

Status
Not open for further replies.

Hurdles

Programmer
Sep 15, 2000
6
US
I have a member, it has a Member Property. How do I use an MDX stmt to get to that member property.

I have Time dimension.
Jan, Feb, Mar etc.

I built a Member Property = "Alias", that is J, F, M etc.

I looked in some books for the way to get hold of the property shows

member.Properties("property name")

so I tried.

Select [Time].[Qtr 1].[Jan].Properties("Alias") on ROWS, etc.

but this is not correct. Any ideas??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top