Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

Clearing ASO cube on RTPs with Groovy

Summary:

I am new to EPBCS and Groovy. I have a requirement to clear partial data from ASO cube by users on recurring basis. I am trying to write a business rule which users can run to clear partial data from ASO on select RTPs. I am using clearPartialData but not able to pass RTPs to the MDX query.

Any Idea?

Content (required):


Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

/* RTPS: {RTP_Periods} */

String sPeriod = rtps.RTP_Periods.toString()

Cube cube = operation.getApplication().getCube('ASO')

cube.clearPartialData('Crossjoin(Crossjoin(Crossjoin(Crossjoin({[${

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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