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 - The form GroovyDataGrid is Invalid when DataGridDefinitionBuilder is used

in Planning 13 comments

Hi all,

In an ASO cube, we are using CsvWriter and DataGridDefinitionBuilder to iterate through each account to generate a CSV file in Inbox/Outbox Explorer.

while using DataGridDefinitionBuilder, we are encountering the below error

We have used the below suppressions in DataGridDefinitionBuilder as well but these are not helping in resolve the above issue.

builder.setSuppressMissingBlocks(true)

builder.setSuppressMissingColumns(true)

builder.setSuppressMissingRows(true)
   

builder.setSuppressInvalidRows(true)

builder.setSuppressInvalidColumns(true)

builder.setSuppressMissingSuppressesZero(true)

It would be great if you guys can help me in resolving this issue with your views and ideas. Your assistance is highly appreciated.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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