So you create a List of Values in Oracle Application Express 4.1 using a simple in-line query similar to the one below: SELECT d, r FROM ( SELECT 1 d, 1 r from dual UNION ALL select 2 d, 2 r from dual UNION ALL select 3 d, 3 r […]
Tag: apex 4.1
Oracle ApEx 4.1 Incorrect Sort Order Image for Classic Reports
We recently upgraded our Oracle ApEx installation to 4.1. No major issues but a significant annoyance is that when you click on a sortable column on a classic report, the sort image (up and down arrow/pointers) are reversed. It appears that the problem is currently not patched by Oracle, but […]