You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

MDX Query Issue

edited Aug 2, 2018 2:36AM in Essbase 3 comments

Summary

MDX Query Issue

Content

Hello fellows,

I am trying to write an MDX query to pull my cost centers which start with "R" which exists most of them in Level 3 and some of them in Level 2.

My query is able to pull either from Level 2 or Level 3. However, I am also getting other "Cost centers" which are not required.

Can you suggest me how to write a query to pull my cost center which starts with "R" from level 2 and Level 3 without getting other Cost centers?

SELECT {} ON COLUMNS,

Descendants(Costcenter, CostCenter.Levels(3)) ON ROWS

FROM [AppName.Main]

Thanks,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!