Series Transform Graphs and Px views

You can create Px page views with data from the seriesTransform component. Figure 40 shows a single Px page that uses three different widgets to display the same resolved Series Transform Graph.

Figure 40. Series transform graph data in Px view (Collection Table, Chart, Bound Labels)


Series transform graph data in Px view (Collection Table, Chart, Bound Labels)

The following sections describe how to use a Series Transform Graph in a Px view.

Create a series transform collection table in a Px view

You can add a series transform collection table view to a Px view using the Make Widget wizard.

  1. Drag the SeriesTransformGraph component from the nav tree onto a Px page.

    The Make Widget Wizard opens.

    Figure 41. Choosing a Collection Table to add to a Px view


    Choosing a Collection Table to add to a Px view

  2. Select the Workbench View option in the Make Widget Wizard, choose Collection Table, and click the OK button.

    The Collection Table view displays in the Px view.

Create a series transform bound table in a Px view

You can add a series transform bound table to a Px view using the BoundTable widget.

  1. Drag a BoundTable widget from the bajui palette onto your Px page in the Px Editor view.

    Figure 42. Add BoundTable from bajaui palette


    Add BoundTable from bajaui palette

  2. Double-click on the BoundTable component in the WidgetTree palette to open the Properties dialog box.

    Figure 43. Add Transform Table Binding


    Add Transform Table Binding

  3. Click the Add Binding button on the Properties dialog box, choose seriesTransform:Transform Table Binding from the Add Binding dialog box and click OK in the Add Binding dialog box only.

    This adds the Transform Table Binding to the bottom of the Properties dialog box.

  4. In the Transform Table Binding rows of the Properties dialog box, click the edit button on the ord row.

    The ord dialog box opens.

    Figure 44. Add Transform Table Binding


    Add Transform Table Binding

  5. In the ord dialog box, use the Component Chooser option to browse to the desired Transform Graph component, select the component and click the OK button.

    The ord binding is set.

  6. In the Transform Table Binding rows of the Properties dialog box, click the Edit button on the query row.

    The Select Ord dialog box opens.

  7. In the Select Ord dialog box, use the Component Chooser option to browse to the (same) desired Transform Graph component, select the component and click the OK button.

    The query binding is set and the Graph Parameters fields display with editable fields.

  8. Close all dialog boxes to complete the setup and display the Bound Table on Px page.

Create a series transform chart in Px view

You can create a chart view of a resolved seriesTransform graph.

  1. Drag the SeriesTransformGraph component from the nav tree onto a Px page in the Px Editor.

    The Make Widget Wizard opens.

  2. Select the Chart option in the Make Widget Wizard and verify that the Graph ORD field and Graph Parameters are correct.

  3. In the Y Axis Descriptors field, add, delete, or edit Y columns as desired using the edit control buttons to the right of the field editor. You can only add columns for those values that are already a part of the output schema.

    Figure 45. Editing Y Column for Series Transform Chart in Make Widget Wizard


    Editing Y Column for Series Transform Chart in Make Widget Wizard

    Editing or adding a descriptor requires that you include:

    • Series Name

      This is the name that is used in the legend of the chart for the axis.

    • Y Column Name

      This is the axis name and is the name of the target graph’s output schema field.

      NoteThe Column Name must match the output parameter exactly, including the text case.

  4. After adding all the Y columns, click the OK buttons to close all the dialog boxes and complete the chart.

Create a series transform bound label in a Px view

You can create a bound label view of a resolved series transform graph using the Make Widget Wizard.

  1. Drag the SeriesTransformGraph component from the nav tree onto a Px page in the Px Editor.

    The Make Widget Wizard opens.

  2. Select the Bound Label option in the Make Widget Wizard and verify that the Graph ORD field and Graph Parameters are correct.

  3. In the Data Row and Data Column fields enter the row and column numbers that identify the table cell that you want to display and click the OK button.

    Figure 46. Adding the row and column to identify the table cell


    Adding the row and column to identify the table cell


    The bound label displays on the Px page.