Creating 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 36.   Add BoundTable from bajaui palette
    Image
  2. Double-click on the BoundTable component in the WidgetTree palette to open the Properties window.
    Figure 37.   Add Transform Table Binding
    Image
  3. Click the Add Binding button on the Properties window, choose seriesTransform:Transform Table Binding from the Add Binding window and click OK in the Add Binding window only.

    This adds the Transform Table Binding to the bottom of the Properties window.

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

    The ord window opens.

    Figure 38.   Add Transform Table Binding
    Image
  5. In the ord window, 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 window, click the Edit button Image on the query row.

    The Select Ord window opens.

  7. In the Select Ord window, 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 windows to complete the setup and display the Bound Table on Px page.