Search a Value Inside a Table
The following are examples of searching for a value inside of a table.
[Material] = 'H2SO4'
Syntax reference: Table row filter syntax
Returns the list of all elements that have an attribute of type Data Table in which a column with name 'Material' is configured and whose value is 'H2SO4' (see SFHub Attributes of Type Table for more information).
CompositionTrackingResults[Material] = 'H2SO4'
Syntax reference: Table row filter syntax
Similar to previous example, returns the list of all elements that have an attribute whose name is 'CompositionTrackingResults' of type Data Table in which a column with name 'Material' is configured and whose value is 'H2SO4' (see SFHub Attributes of Type Table for more information).