OuterJoinOn

OuterJoinOn
OuterJoinOn

The Inner Join Objects used to join a table with external filter tables

JSON Example
{
    "name": "probeNumber",
    "appendOid": ".1.100"
}
string
name
Required

This name must match the Inner Joint name on the table. It allows this table''s rows to be matched against the main table''s rows so that filtering on this table is also done on the main table.

string
appendOid
Required

These OIDS specify this table's columns on which the joint will take place. The values of these columns must match the values found in the main table's Inner Joint Columns.