I'm developing in Apex 24.1.
I have an editable interactive report based on a table. The records in this table are children and I want to sort using a column in the parent then a column in the child table.
Example:
PARENT_TABLE
PARENT_ID
PARENT_NAME
PARENT_ORDER
CHILD_TABLE
CHILD_ID
PARENT_ID
CHILD_NAME