This page was last edited on December 27, 2017, at 20:49.
Comments or questions about this documentation? Contact us for support!
Reporting and Analytics Aggregates Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Solaris | Windows |
---|---|---|---|---|---|---|
12/27/17 | General | X | X |
Reporting and Analytics Aggregates
This release contains the following new features and enhancements:
create index IDX_IRFUG_CUSTOMER_ID on IRF_USER_DATA_GEN_1 (customer_id);
create index IDX_IRFUG_CUSTOMER_ID on IRF_USER_DATA_GEN_1 (customer_id) local;
This release contains the following resolved issues:
On non-partitioned deployments, the AG2_SDR_SURVEY_SUBHR query is now correctly calculated. Previously on non-partitioned deployments, an error in the query caused incorrect data to be returned for this aggregate. (GII-6245)
The value of the SAVED_TIME column in the CALLBACK aggregate table is now correctly calculated as follows:
sum( case when cbd2.OFFER_TIMING != 'OFF-HOURS' then case when EWT_WHEN_OFFERED > WAIT_AGENT_OFFLINE_TIME then WAIT_AGENT_OFFLINE_TIME else EWT_WHEN_OFFERED end else 0 end ) as SAVED_TIME
(GII-6238)
Refer to the Deployment Procedure for this release to deploy the installation package within your environment.