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

Not able to read data using Groovy Data Grid Definition Builders

edited Apr 9, 2024 6:59AM in Planning 1 comment

Summary:

Hello Experts,

our requirement is to read the smart list data from the grid and for that we have created grid using the "Grid Definition Builders". below is the code for same. but when we print the variable its show null in return. Need your help to find out which method is required to read the data from the grid?

Content (please ensure you mask any confidential information):

def Exp_Admin;

Cube cube = operation.application.getCube("RevOpex")
DataGridDefinitionBuilder builder = cube.dataGridDefinitionBuilder()
builder.addPov(['Years', 'Scenario', 'Currency', 'Period', 'Version','Intercompany','Analysis Code','Location','Particular','Future'], [['FY24'], ['Budget'], ['AED'], ['BegBalance'], ['Expense Working'],['No Intercompany'],['00000000'],['No Location'],['No Particular'],['No Future']])

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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