Using RDB Formulas
See Formula lists.
RDB formulas cannot be used unless at least one hyperblock is linked to a relational list on the worksheet.
You can create RDB formulas in cells outside the hyperblock as well as inside. When created inside a hyperblock, the row index in the RDB formula is the cell reference of the key output cell of the hyperblock. This dynamically references the row index and inserts the corresponding data field for each data record.
=RDB(HYPERBLOCK("Hyperblock3");1;"column_name")
To use separate RDB formulas instead of multiple output cells.