A table presents a relational view of data, in rows, columns, and pages. Rows in tables contain no dimension information. Columns contain dimension information (keys) or measure values (facts).
BI Beans includes a Java-client table and an HTML-client table. When you use
the Java-client table, you work with the oracle.dss.table.Table
class and with the crosstab components. When you use an HTML-client crosstab,
you work with the oracle.dss.thin.beans.table.Thintable
class and
with the table components.
Setting Properties on the Table and on
Table Components
Structure of Tables
Table Components