Technical data

Understanding the Relationship of Analytic Types to Analytic Models Chapter 12
SQL tables.
•SQLviews.
Dynamic views.
Query views.
Note. Data cubes that exist in a cube collection that is mapped to a main record with a Read Once attribute
cannot exist in a ny other cube collection that is mapped to a main record with the Read Once attribute.
Readable
When you map a cube collection to a record that contains a Readable attribute in the analytic type, the
application data is read during analytic instance load time a nd is updated with new data after:
Each analytic m
odel recalculation.
You recalculat
e an analytic model by using the AnalyticModel class Recalculate method. The AnalyticModel
classisoneof
the Analytic Calculation Engine classes.
See Enterprise PeopleTools 8.49 PeopleBook: PeopleCode API Reference, “Analytic Calculation Engine
Classes,” Recalculate.
Each Save action that is triggered by a PeopleSoft Pure Internet Architecture page w ith an analytic grid.
Each time data is updated using the CubeCollection class SetData m ethod.
The CubeCollection class is one of the Analytic Calculation Engine classes.
See Enterprise PeopleTools 8.49 PeopleBook: PeopleCode API Reference, “Analytic Calculation Engine
Classes,” SetData.
Map cube colle
ctions to Readable records to load data that should be refreshed more than once during the
analytic mode
l’s life cycle.
You can specify the Readable attributefortheSQLtablerecordtype.
Note. Data cubes that exist in a cube collection that is mapped to a main record with the Readable attribute
cannot exist in any other cube collection that is mapped to a main record with the Readable or Read Once
attributes.
Note. When a cube collection is mapped to either a Writable-only record or a record with the Readable and
Writable attributes, all data cubes in the cube collection should share the same set of dimensions.
Writable
When you map a cube collection to a record that contains a Writable attribute in the analytic type, the data in
the cube collection is written back to the application database after:
Each analytic model recalculation.
You recalculate an analytic model by using the AnalyticModel class Recalculate method. The AnalyticModel
class is one of the Analytic Calculation Engine classes.
See Enterprise PeopleTools 8.49 PeopleBook: PeopleCode API Reference, “Analytic Calculation Engine
Classes,” Recalculate.
Each Save action that is triggered by a PeopleSoft Pure Internet Architecture page w ith an analytic grid.
206 Copyright © 1988-2007, Oracl e. All rights reserved.