Field Table or Collection Index/Key Operator
Attributes whose value type is Table, List or Dictionary can
be accessed using the Field Table operator.
The following table describes the operator.
[] Encloses the table column name.
SFHub supports explicit, facilitated and extended definitions (refer to SFHub Indexed Variables & Attributes).
Examples
[Material]
All attributes whose value is of type 'Table' and which have a table column whose name contains the string 'Material' (facilitated mode - supported by Search Engine).
['Material']
All attributes whose value is of type 'Table' and which have a table column whose name is equal to 'Material' string (extended mode).
AttributeA[Material]
The AttributeA whose value is of type 'Table' and which have a table column whose name contains the string 'Material'.
AttributeA['Material']
The AttributeA whose value is of type 'Table' and which have a table column whose name is equal to 'Material'.
SSList[0]
The List variable at index zero.
Remember that all SFHub identifiers are NOT case sensitive.