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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MDX member properties

Status
Not open for further replies.

steinba

Programmer
Joined
Mar 11, 2002
Messages
1
Location
DE
Hi out there!
Is there any possiblity in a MDX query to get all member properties of a member without explicitly naming it?
My MDX query is:
SELECT
{[Time].[1997].[Q1]} ON COLUMNS,
{[Promotions].[Bag Stuffers]}
DIMENSION PROPERTIES [Promotions].[Promotion District Id]
ON ROWS
FROM Sales
The point is that there are several properties for all different members in a dimension and I want to get them by a MDX query that I build in my code, so I don´t know the names of the properties when I built the MDX.
Can anybody help me?
Thank you very very much in advance,
Henning
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top