Previous Topic: CELL_VALUE (Cell Value for a Matrix)Next Topic: Task


Task

Join the cell value with its matrix, object on X axis, and object on Y axis.

CELL_VALUE.MATRIX_ID = MATRIX.ID
AND CELL_VALUE.X_OBJECT_ID = X.ID
AND CELL_VALUE.Y_OBJECT_ID = Y.ID

Replace X with the PI table for objects on X axis. Replace Y with the PI table for objects on Y axis. For more information, see OBJECT_CLASS.