Hyperion Essbase (MOSC)

MOSC Banner

How can I assign a attribute dimension to a Dimension with java-API?

edited Sep 3, 2019 4:37AM in Hyperion Essbase (MOSC) 2 commentsAnswered ✓

Hello Community,

I need your help with essbase java-API with 11.1.2.4.

I want the attribute dimension "Brand" assign to the dimension "Entity" with Java-API.

For me the expression is missing for the assign for attribute dimension to dimension.

Could you help me?

   outline = cube.openOutline(false, true, false, false);

   IEssDimension dim = null;

   dim = outline.findDimension("Brand");

   dim.setCategory(IEssDimension.EEssDimensionCategory.ATTRIBUTE);

   dim.setAttributeDimensionDataType(IEssDimension.EEssAttributeDataType.TEXT);

   dim.updatePropertyValues();

Thank you very much

Benjamin

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center