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")
Tagged:
0