How To Use Cube In Report

This recipe shows the basic usage of Cube.

Steps taken:

  1. Create a report template using the composite datasource (Composite.ds).
  2. In Section 1 of the report template, create a Cube and make the following settings:On Cube Axes page:
    Column Dimensions=education_level
    Row Dimensions=department_descriptionOn Cube Measures page:
    Name=employee_id
    Function=Count
    Pattern=${1##Total}
  3. In Section 2 of the report template, create a Cube and make the following settings:On Cube Axes page:
    Column Dimensions=hire_date.Month (Name)
    Row Dimensions=department_descriptionOn Cube Measures page:
    Name=employee_id
    Function=Count
    Pattern=${1##Total}

HowToUseCubeInReport-2

To download the necessary files for this recipe, refer to the attached ZIP package.
HowToUseCubeInReport.zip (12.1 KB)