Data Model Aggregate function using the Summary function gives a TypeError when opening for edit
OBIEE - patched to 11.1.1.7.140715
Using a Data Model defined on the Oracle demo OE schema tables.
We can create and save a Data Model which includes using a Summary field, but when we go back to edit the Data Model we see a popup error window
This error is related to a aggregate function field using the summary function in the Data Model.
Is this doing an incorrect validation of the Data Model?
The Oracle OE demo schema has tables Employees and Departments. An Employee is a member of a Department so we can link the tables on Department_id. We can then create an aggregate function field in Department for Employees.Salary and select the summary function option.