ASO Allocation DataLoadOption.ADD_DATA not working
Summary:
Trying to use the ASO Allocation from a Groovy rule with the option to 'Add' the allocation result to data already at the target range
Content (required):
The Groovy syntax is not excepted or if it doesnt error it fails to use the dataloadoption flag correctly.
Version (include the version you are using, if applicable):
EPBCS 21.10.67
Code Snippet (add any code snippets that support your topic, if applicable):
AllocationParameters parameters0 = new AllocationParameters() //... set a load of options.. // This syntax should work but fails to run / runs with an error parameters0.dataLoadOption = DataLoadOption.ADD_DATA //Below does not errorwhen run but deos not have the desired result of setting the allocation target to 'ADD' rather than STORE aka overwrite.. parameters0.setDataLoadOption(AllocationParameters.DataLoadOption.ADD_DATA) operation.getApplication().getCube('InsightR').executeAsoAllocation(parameters0)
Tagged:
0