Force Parent Input Calc to Alternate Hierarchy Instead of Primary in Groovy — Cloud Customer Connect
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

Force Parent Input Calc to Alternate Hierarchy Instead of Primary in Groovy

Hi all,

We have a groovy script that is writing to a parent entity at parent entity input sucessfully in the primary hierarchy, however, we need it to write to an alternate hierarchy. How can this be accomplished in the groovy script? Writing to both would be fine as well.

Entity is currently in the RTP

/*RTPS: {Scenario} {Years} {Period} {Entity}*/
String sScenario = rtps.Scenario.toString()
String sYears = rtps.Years.toString()
String sPeriod = rtps.Period.toString()
String sEntity = rtps.Entity.toString()

The parent entity to receive the write is a flagged IC entity.

//get Entity Dim
Dimension entityDim = operation.application.getDimension("Entity")

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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