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!

BUG: Unable to order the column in Interactive report Apex 5.1.1

user5108636Jul 16 2017 — edited Jul 20 2017

Hi All,

    I am using APEX 5.1 and unable to put a column before another. I tried using both the page designer tree and also change the sequence in Layout properties sectionof the column I want before to a lower number. Nothing seems to work. Looks like a bug or I am missing something.

Thanks

Comments

user5108636

It's actually a bug. Workaround: I had to actually change the type to interactive grid or something else and then back to interactive report for the column ordering changes to reflect.

user5108636

It's a pain, all the formatting of the interactive report is also lost

Jeffrey Kemp

This is expected behaviour.

When you first create an IR, the default report format will include all the columns, in the order in which they are defined in the query. Changing the order of the columns within Apex, however, does not affect the default report format - to change the order for end users you need to run the application, change the column order using the Actions menu, then Save the report as the new default report format.

Notice that when you add a new column to the query, the new column is automatically added to the default report format at the far right - regardless of the position of the column in your query.

When you changed your IR to an IG and back again, it's akin to deleting and recreating the IR, so the default report format got reset. But you don't need to go to this extreme to do what you want to do.

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 17 2017
Added on Jul 16 2017
4 comments
444 views