Skip to main content

Creating a Basic Cube

Creating a Basic Cube

  1. Access the Management Portal and go to the namespace into which you installed the samples, as described earlier.

  2. Navigate to Home > Analytics > Architect.

  3. Click New. The system displays a dialog box.

  4. In this dialog box, specify the following:

    • Definition Type: Cube — Select this.

    • Cube NameTutorial

    • Source Class — Click the Browse button, select BI.Study.Patient, and click OK.

    • Class Name for the CubeTutorial.Cube

  5. Click OK.

    The system creates the cube class, which you can also view and modify in Studio.

  6. Click the bold top row in the middle area (labeled Tutorial). This selects the cube so that you can edit its details on the right.

  7. In the Details Pane, type None into Null replacement string.

  8. Click Save and then click OK.

    The system updates the cube class.

The Class Viewer, which is the left area, now displays this:

generated description: patient class

Important:

The Class Viewer provide a useful view of the class properties (apart from relationship properties) of your base class, which makes it very easy to create InterSystems IRIS Business Intelligence elements based on those properties. It is important, however, to know that although this view provides a convenient way to access some properties, you can also use a source expression to access any data. These source expressions are evaluated when the cube is built and thus do not affect your runtime performance. This tutorial demonstrates these points later.

FeedbackOpens in a new tab