Jump to content
Changes to the Jaspersoft community edition download ×

problem with MDX query


Faabris

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I believe you can not list two hierarchies of the same dimension at once in an mdx query. Anyways, in order to select a particular hierarchy other than the default, you have to name it explicitly in the schema and in the query. In the schema, add a name attribute to the second hierarchy, in the query, add a dot and the hierarchy name to the dimension, like this (assuming you name the second hierarcy "beschwerdeinhalt"):

select [x] on columns,

[Daten Feld.beschwerdeinhalt].[All beschwerdeinhalt] on rows

 

In this case, you probably will have to make two separate dimensions beschwerdeinhalt and entschaedigungsform.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...