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.
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.
Drag the SeriesTransformGraph component from the nav tree onto a Px page.
The Make Widget Wizard opens.
Select the Workbench View option in the Make Widget Wizard, choose Collection Table, and click the 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.
Drag a BoundTable widget from the bajui palette onto your Px page in the Px Editor view.
Double-click on the BoundTable component in the WidgetTree palette to open the Properties dialog box.
Click the button on the Properties dialog box, choose seriesTransform:Transform Table Binding from the Add Binding dialog box and click in the Add Binding dialog box only.
This adds the Transform Table Binding to the bottom of the Properties dialog box.
In the Transform Table Binding rows of the Properties dialog box, click the edit button
on the ord row.
The ord dialog box opens.
In the ord dialog box, use the Component Chooser option to browse to the desired Transform Graph component, select the component and click the button.
The ord binding is set.
In the Transform Table Binding rows of the Properties dialog box, click the button
on the query row.
The Select Ord dialog box opens.
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 button.
The query binding is set and the Graph Parameters fields display with editable fields.
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.
Drag the SeriesTransformGraph component from the nav tree onto a Px page in the Px Editor.
The Make Widget Wizard opens.
Select the Chart option in the Make Widget Wizard and verify that the Graph ORD field and Graph Parameters are correct.
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.
Editing or adding a descriptor requires that you include:
After adding all the Y columns, click the 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.
Drag the SeriesTransformGraph component from the nav tree onto a Px page in the Px Editor.
The Make Widget Wizard opens.
Select the Bound Label option in the Make Widget Wizard and verify that the Graph ORD field and Graph Parameters are correct.
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 button.
The bound label displays on the Px page.
Copyright © 2000-2016 Tridium Inc. All rights reserved.