APEX 18.1
I'm working on a classic report, using the timeline template (see https://blogs.oracle.com/apex/thats-a-classic-report-really for an example). I would like to use my own ORDER BY clause, but my query is being executed as a subquery, and APEX wraps its own ORDER BY around my inner query.

Are there any suggestions (outside of concatenating all my desired sort columns into EVENT_TYPE) for getting APEX to honor my ORDER BY clause?
Thanks!
-Kris