Advanced
The following functions allow you to interact with Ignition in more advanced ways through expression bindings.
📄️ columnRearrange
Returns a view of the given dataset with the given columns in the order specified.
📄️ columnRename
Returns a view of the given dataset with the columns renamed.
📄️ forceQuality
Returns the given value, but overwrites the quality of that value.
📄️ runScript
Runs a single line of Python code as an expression.
📄️ sortDataset
Returns a new dataset based on the rows in the given dataset.
📄️ tag
Returns an object representing the value of the Tag at the path specified.