Jump to content
We've recently updated our Privacy Statement, available here ×
  • This documentation is an older version of Jaspersoft OLAP Ultimate Guide. View the latest documentation.

    The data cube behind a navigation table can be configured by controls in the following dialogs in the Display Options group: Change Data Cube, Show MDX Query, and Sort Options. These options are described in the following sections.

    Columns, Rows, and Filters

    Click ja-pro-change-data-cube.png.81a7794f67c101991006b5161bf809a8.png to open the Change Data Cube dialog.

    Change Data Cube Tools

    ja-ug-analysisview-tools-ChangeDataCube_115x301.png.5f4840ac811f3b8241f6f88aa192c063.png

    The Change Data Cube dialog configures the information that appears in the navigation table. In the table, measures are organized as the columns on the right. The measures are aggregations (such as Store Sales) and each row is a summary of the measures in a different dimension, such as Store Sales by Store Country and Store State.

    The navigation table can also be filtered by dimensions that are not displayed, for analyses like “Show Store Sales for June by Product and Store.” In this case, the filter would be Time = June, the rows would be Product and Store, and the columns would be Store Sales.

    After making changes with the Change Data Cube tools, you must click OK for the selections to take effect.

    Columns and Rows

    The Columns section of the Change Data Cube dialog configures the measures of crosstab navigation tables. Measure columns are normally aggregations, such as STORE SALES, while measure rows are granularities of such aggregations, such as STORE SALES by STORE COUNTRY, STORE STATE, and STORE CITY.

    The Dimensions section of the dialog configures the table’s rows. Dimension rows are hierarchy levels representing the granularity of the hierarchies, such as Canada, Mexico, and USA for STORE COUNTRY, and CA, OR, and WA for STORE STATE. The row position of the dimensions can be changed by clicking the triangles, similar to how column positions can be changed.

    ja-ug-analysisview-foodmart-mondrian-westcoast-topstores_609x483.png.41391457904e23d6ef1ed62eb455663c.png

    Measures and Dimensions

    Measures can be selected, deselected, moved to a different column position, or moved to rows (pivoted).

    To configure a measure:

    1. Click the Measures hyperlink in the Change Data Cube dialog.

    The Measures dialog appears.

    ja-ug-analysisview-tools-ChangeDataCubeMeasures_489x391.png.abb4d08a6682f62cb34c2c890e6f684b.png

    Measures Dialog

    2. Click a check box to select its measure.

    To move a measure within its section of the dialog:

    1. Click ja-table-sort.png.decf31a17d790b84e42c42839c67f91e.png

    Other icons throughout the dialog change, as well, to signal that moving is enabled.

    ja-ug-analysisview-tools-ChangeDataCubeMeasures-movesenabled_198x241.png.21a9f0663a983f4f93356040505e2e5a.png

    Measures Dialog with Moving Enabled

    2. Click any triangle. The measure selected in step 1, Store Sales, moves down one position in the list.
    3. Click a check box to indicate that the corresponding measure should be displayed in the view.
    4. Click Group to collapse the list of measures into groups of 12 measures each.

    The Group button changes to a Flat button. Click Flat to return to the expanded list.

    5. Click None to clear the icons and your selections. This removes all measures from the view.

    To move a dimension into the Columns or Rows section of the Change Data Cube dialog:

    Click ja-table-move-to-column.png.362d141d763251ea52ec20066c08c337.png
    Click ja-table-move-to-row.png.d2f87c916e2f18390f56131476714ecd.png
    To configure a dimension, click the dimension in the dialog. For example, to configure the STORE dimension, click STORE in the Rows section, and the root level of the STORE dimension appears:

    ja-ug-analysisview-tools-ChangeDataCubeMeasures-STOREdimension_154x62.png.ea055201ace15dc1471a942b62003a4f.png

    STORE Dimension Collapsed

    The root level of the STORE dimension contains a special member called ALL STORES. Clicking the check box next to the member selects all hierarchy levels of the STORE dimension. Clicking ja-expand-member-cube-config_11x11.jpg.420fda253a0cc8b1bf8d9c9d3849e64a.jpg displays the members in the next level of the STORE hierarchy. Select a lower-level member to limit the view to that data.

    ja-ug-analysisview-tools-ChangeDataCubeMeasures-STOREdimension-expanded_156x189.png.bddb1de598220c2b8bf314a1cad255cb.png

    STORE Dimension Expanded

    Filter

    Dimensions can be used to filter the data in a navigation table.

    To use a dimension as a filter:

    1. In the Change Data Cube dialog, click ja-table-filter.png.c2514e741a5ba860232f664356e67d5f.png

    The dimension appears in the Filter section.

    ja-ug-analysisview-tools-ChangeDataCubeMeasures-timeasfilter_140x376.png.9b2b716898dbbc3d2c743dbcf74251b2.png

    TIME Dimension as a Filter

    2. Click the dimension.

    The root level of the dimension appears. In this example, we’re looking at the TIME dimension.

    ja-ug-analysisview-tools-ChangeDataCube-dimsasfilters_189x152.png.3c0d68a42db16454e73c1b0e8a216cf7.png

    Selecting a Member from the TIME Dimension

    3. Click Group to collapse the list of TIME measures into groups of 12 measures each.

    The Group button changes to a Flat button. Click Flat to expand the list of measures.

    note-icon-ns_28x28.png.9a840834a47167b936aa620eb6a94768.png

    Only one member of a dimension can be used as a filter. Also, the member position in the dialog is fixed and cannot be changed.

    Show MDX Query

    The MDX Query Editor contains the MDX query that retrieves the contents of the navigation table. As you change the content of the navigation table, the MDX query is automatically updated. You can also change the contents of the navigation table by changing the MDX in the editor. Click ja-pro-edit-mdx.png.acf0533859eab10a709e72f97cdf575b.png to open the MDX Query Editor.

    ja-ug-analysisview-tools-MDXqueryed_505x355.png.ae026d538944a3bb6dd71d5a0d56c3e2.png

    MDX Query Editor

    An MDX query consists of data sets, query scope, and filter specifications:

    A SELECT statement determines the data sets that will populate the columns (x-axis) and rows (y-axis) of the navigation table. The SELECT statement includes the measures to use as columns and rows. The query in this example specifies data sets in terms of:
         [Measures].[unit Sales], [Measures].[store Cost], [Measures].[store Sales] as columns; [Promotion Media].[All Media] and [Product].[All Products] as rows.
         The FROM clause specifies the cube that is queried. You can query only one cube at a time.
         The WHERE clause uses dimensions to constrain the data sets retrieved by the query, that is, the clause specifies the filters that screen the data the query returns. In the example, [TIME].[2012] is the filter.

    Click Apply to update the navigation table in the OLAP view. The system validates the query and updates the navigation table. Click Revert to discard all changes.

    For a reference to the MDX query language, see http://msdn2.microsoft.com/en-us/library/ms145506.aspx.

    note-icon-ns_28x28.png.9961427586b2de6816fe8fc226877474.png

    The rest of the examples in this chapter start with the query in MDX Query Editor above. To re-create the examples yourself, start with that query.

    Sort Options

    The sort options include the following:

    Sort across cube hierarchy.
    Start sorting in descending order.
    Display only the first N rows.

    To use the sort options, first click ja-pro-editdisplayoptions.png.091286977c704134a312e5a6bea78e5e.png to open the Display Options dialog:

    ja-ug-analysisview-tools-ChangeDataCube-EditDisplay-options_174x287.png.c9707be2e1164bf5075823d0349991bc.png

    Sort Options in Display Options Dialog

    Then make your selections in the Sort Options section of the dialog and click OK.

    The following sections explain the options.

    Sort across cube hierarchy

    Generally, dimension members are sorted hierarchically, within their parent member. Take, for instance, a crosstab showing the store sales for all stores in the United States. The dimension hierarchy might be as follows:

    All Stores
         USA
    CA
    Alameda
    Beverly Hills
    OR
    Portland
    Salem
    WA
    Bellingham
    Seattle

    All Stores is above USA in the hierarchy, which is above CA in the hierarchy, and so on.

    In the above list, the STORE COUNTRY (USA) and STORE STATE (CA, OR, WA) are hierarchy boundaries. STORE CITY items (such as Alameda and Portland) are hierarchy members.

    You can use the Sort across cube hierarchy option to change the navigation table so the member measures are sorted without regard to the hierarchies that contain them. For instance, you may want to list all of your USA stores based on their sales, highest to lowest, regardless of the states they are in, as illustrated below.

    ja-ug-analysisview-tools-sortacrosshierarchy_387x323.png.9221bf211f702f5dcf7de9339d693a2e.png

    Sorting Across the Cube Hierarchy

    To do this, set up your analysis view to show the dimensions you want to display in rows, and the measures you want to display in columns. Click the Sort icon ja-table-sort.png.db8222ddabe2845f17f9757c829ebe05.png next to the measure you want to sort on. Then open the Display Options dialog as described above, and click Sort across cube hierarchy.

    Click ja-pro-sort-options.png.6dd8815af4b6218b2f1d61733e277c62.png to toggle between sort across and sort within hierarchy boundaries.

    Start sorting in descending order

    By default, data are sorted in ascending order. To sort in descending order, select the Start sorting in descending order check box.

    Display only the first N rows

    Display only the first N rows limits the display to either the top-most or bottom-most n rows, depending on the sort order. You can specify an integer for n, which defaults to 10. Limiting the display to a certain number of rows can help with performance or narrow the view to highlight records at the extremes of your dataset; for example, it can be used to highlight the top 10 sellers or the bottom 10 prices. Clear the check box to disable the row limitation.


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...