Retrieving extension table values
To retrieve extension table (matrix) values, use this syntax:
mvals = ObjProperty("FIELD<#>.MATRIX.V\DM<symbol#>",
Symbol, ObjectKey, RowKey, ColumnKey)
Part | Description |
---|---|
Field<#>. MATRIX.V\DM<Symbol#>
|
The first argument is in three parts:
Data matrix columns are numbered internally. Use
Symbol and number of the Data Matrix table. Data Matrix tables are numbered internally. Use Look at the |
Symbol
|
Symbol that matches the symbol in the first
argument. The Symbol argument is used with the third argument, the object key argument. Use these fields to define which system object you are accessing. Leave either field blank to indicate the current symbol or object key. |
ObjectKey
|
Standard. Object key. |
RowKey, ColumnKey
|
Criteria for the row filter. These arguments enable you to filter the rows instead of returning all of the rows. Use an asterisk for the row key argument to return all of the rows. Or, specify the criteria for which rows to return. To filter rows, use both arguments to define this criteria:
|
This syntax retrieves all of the values in the first column of the third
data matrix
table.
Dim tbl As Object
ObjProperty("FIELD1.MATRIX.V\DMPROJECT2","","","*")