The Transform Label Binding is similar to other bound label bindings but it has an additional query property and an ord query which allows you to designate a specific table cell.
Binding query
The query property of the transform binding is used to override select runtime properties of the graph nodes which make up the target transform graph. Overriding the values allows you to use the same graph in many Px files without having to change the transform graph itself.
Cell ord query
The cell ord query allows you to specify column and row in the table that the selected TransformGraph creates. If the designated binding does not produce tabular data, an error appears in workbench and the ord is not resolved.
Use the cell ord parameters (column value first and the row value second) to specify the column index and row index respectively.
In the Make Widget Wizard you can use the Data Row and Data Column fields to add the parameters automatically. You can also
manually edit an existing cell ord query, keeping the syntax: │cell:2,0 at the end of the ord.
Both column and row are zero based indices, for example 0,0 specifies the cell defined by the first column and first row in
a table.
Copyright © 2000-2016 Tridium Inc. All rights reserved.