MDSCHEMA_MEMBERS - querying children/descendants
From: Matt Worsnop (matthew.worsnop_at_alphameric.com)
Date: 04/22/04
- Previous message: Igor: "XMLA java client"
- Messages sorted by: [ date ] [ thread ]
Date: 22 Apr 2004 06:17:08 -0700
I have two issues with MDSCHEMA_MEMBERS that I'm having problems with.
The first is that I need a way of returning the children of multiple
members, and I can only see a way of returning the children of a
single member. Ideally, I would rather not have to make multiple trips
to the server for obvious reasons.
Secondly, I need a way of querying descendants of a specific member,
but only down to a specific level - not all the way down to the leaf
node level. The only approach I can think of is to request the
member's children, then the children of all of those children (one at
a time - see question one!) and so on, until I reach the desired
level. The number of trips to the server could be horrendous doing
this.
I realise that I can probably achieve both of the above using MDX, but
I don't want any data at the point I'm doing this, and in any case, I
understand that the schema query is supposed to be faster.
Can anyone help? Is there some way that I've missed of achieving this?
If not, then has anyone hit similar issues, and found a satisfactory
workaround?
Thanks
Matt Worsnop
- Previous message: Igor: "XMLA java client"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|