Actuate Information Console reference : Working with BIRT Data Analyzer and cross tabs : Working with dimensions, measures, and levels : Removing a dimension
 
Removing a dimension
To remove a dimension from a cross tab, use Crosstab.removeDimension( ). In this example, levelNames is an array of strings containing the names of the levels to remove:
crosstab.removeDimension("dates",null,levelNames);
crosstab.submit( );