Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interactive Grid Sorting

Epic FailOct 7 2024 — edited Oct 7 2024

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

Comments
Post Details
Added on Oct 7 2024
3 comments
549 views