[phpBB Debug] PHP Notice: in file /viewtopic.php on line 988: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Australia/ACT' for 'EST/10.0/no DST' instead
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 988: getdate() [function.getdate]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Australia/ACT' for 'EST/10.0/no DST' instead
elstar.com.au • View topic - MEMBERS function expects a hierarchy expression

MEMBERS function expects a hierarchy expression

MDX (Multi-Dimensional eXpressions) is a language that allows you to query OLAP(On-Line Analytical processing) cubes

MEMBERS function expects a hierarchy expression

Postby stephen » Tue Dec 02, 2008 6:44 am

This query
Code: Select all
select [Customer].[Contacts].members on columns from [Analysis Services Tutorial]

gives this error
The MEMBERS function expects a hierarchy expression for the argument. A member expression was used.


Solution Contacts was not part of the Customer hierarchy, whereas Email Address was.
Code: Select all
select [Customer].[Email Address].Members on columns from [Analysis Services Tutorial]
stephen
 
Posts: 461
Joined: Thu Feb 09, 2006 9:37 am
Location: Brisbane

Return to MDX

Who is online

Users browsing this forum: No registered users and 1 guest

cron