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.
📄️ property
Returns an object representing the value of the property at the path specified. It takes a single string as an argument and attempts to lookup the property value at the specified path.
📄️ qualifiedValue
Returns the given value, but overwrites the quality of that value.
📄️ qualityOf
Returns the QualityCode of a qualified 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.
📄️ timestampOf
Returns the timestamp of a qualified value.
📄️ typeOf
Returns the simple name of the Java type.