IBM Cognos Framework Manager model logical layer
The logical layer contains query subjects that draw data from the database query subjects and present it in a more consumable format.
Attributes are renamed to eliminate underscores and to use sentence case. In some cases, physical entities are combined into one query subject. In particular, the following snowflake dimensions are combined together to accommodate master data reporting and avoid cross product result sets:
- Query subject Profile Variable contains attributes of
profile_variable,measurement_type,profile_calculation,resource_type(profile_variable), andmaterial_type(profile_variable). - Query subject Material contains attributes of
material,supplierandmaterial_type. - Query subject Production Batch contains attributes of
production_batchandproduct - Query subject Related Batch contains attributes of
production_batch,batch_batchandproduction_batch(related). - Query subject Resource contains attributes of
resource,resource_type,location(resource), andgroup_dim_1to 5. - Query subject Event Observation contains attributes of
event,event_observation, andevent_resource.
The query subjects are organized into a folder for dimensions and a separate namespace for each logical fact. The fact query subjects contain additional calculated attributes that are included in dimensional layer measure dimensions.