dtm_report_cell_views package

This package describes dtm preport cell views

EPackage properties:
Namespace Prefix: dtm_report_cell_views
Namespace URI: http://www.eclipse.org/efbt/dtm_report_cell_views

ReportCellView

A ReportCellView is an SQL View which has the explicit purpose of calculating one report cell. ReportCells are represented as a TargetCube with one row. This cube has multiple Dimensions columns and one Measure Column. The Dimension fields for table are set to be specific members of that dimension. Similar concepts exist in the taxonomy of XBRL reporting language and DataPointModelling. For example a ReportCellView which has a sourceCube of trade, associated measure 'amount' and associated dimensions Currency and Country, where it has been specified that Currency will equal USD and Country will equal US, will lead to the amount measure being populated with the sum of the amount field in the Trade table, for all rows in the Trade Table where Currency=USD AND Country = US.

Supertype:SQLView

References
Name
Properties
Documentation
reportCell
Cardinality: [0..1]
Containment

The report cell

structColumnHoldingDimension
Cardinality: [0..1]
structColumnHoldingMeasure
Cardinality: [0..1]

ReportCellViewModule

A Module containing a set of ReportCellViews

Supertype:Module

References
Name
Properties
Documentation
reportCellViews
Cardinality: [0..*]
Containment

The set of ReportCellViews