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

Groovy script in ASO

edited Oct 15, 2019 1:47AM in Planning 3 comments

Content

Hi Gurus,

Can anyone help me with a sample Groovy script for ASO cube. I am using the below one as sample. Though in the job console it shows completed, I do not see any result. (I tried similar one for a BSO cube and it works fine).

===========================================================================================================================
// Construct a string builder
// Holds the calculation script sent to Essbase
StringBuilder scriptBldr = StringBuilder.newInstance()
// Add the calculation defined in a business rule to the string variable
// the POV and Vendor List will be used to dynamically set the FIX statement
scriptBldr <<"""
[TestInASO] = 99 ;
"""
println scriptBldr // Sends the script to the log
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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