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

column name with MDX and openquery

Status
Not open for further replies.

stetou

Programmer
Jun 15, 2004
10
0
0
CA
I've built a cube using analysis services. With Query analyser I use OPENQUERY to run an MDX statement. It doesn't always work...
It seems that the length of the column name is too long depending on the members name.
When it works it returns something like:
[table name].[level 1].[level 2].....[member name]
I think When there are more than 128 caracters it doesn'T work.
Why openquery is returning the whole hierarchy?
Is there a way to rename the column to get only the member name as column name?
Thanks!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top