Resources

SAS® AppDev Studio 3.0 Developer's Site

OLAPTableView: Customizing an OLAP Table   About It Build It  

This example will display data from an OLAP Information Map and customize the view.

See It

Customized OLAP table

How It Works

This example will be built using a Model 2 implementation. First a servlet will be built to create the OLAP Model. The servlet will then forward the request to a jsp page which will present the data in a table using the OLAPTableView viewer. Properties will be set to specify the number of rows and columns to display per page. StyleMapKey tags will be added to specify colors on various regions. Finally the data selection will be modified to specify the items on the rows and columns.