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

Using Member Properties MsSQL 7.0

Status
Not open for further replies.

glayva

IS-IT--Management
May 17, 2001
1
CA
I am trying to access the member properties. Although the query (below) returns a result set, the member property Product Name requested does not show in the result set. Any Ideas?


SELECT NON EMPTY [Product].[product code].MEMBERS
DIMENSION PROPERTIES [Product].[product code].[product name]
ON rows,
{measures.measureslevel.members} on columns
FROM Sales
WHERE ([2001])
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top