Groovy - The form GroovyDataGrid is Invalid when DataGridDefinitionBuilder is used
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.
Tagged:
0