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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

APEX 18.2 - Interactive grid issue with virtual aggregate column when using Automatic Row Processing

LinoSFeb 17 2019 — edited Feb 19 2019

If you add a virtual aggregate column to your IG your Automatic Row Processing process stops working completely!!

First you get

pastedImage_1.png

After you set Prevent Lost updates on your page process to No

pastedImage_0.png

the error changes

pastedImage_0.png

but it still does not work.

It simple to reproduce

- Create a page,

- create an IG region with select * from emp;

- make it editable

- save and run (everything works fine right!!?)

- Add row_number() over(order by empno desc) row_nbr,

- set it to be hidden and Source to be Query only

pastedImage_7.png

Your IG Save process for some reason is now broken. Demo example on apex.oracle.com -> https://apex.oracle.com/pls/apex/f?p=84111:15

Did anyone find a proper workaround or has seen this issue before? I assume using a manual PL/SQL process should do the trick but I would expect Automatic Row Processing to still work.

Thank you.

p.s. Even with a manual processing it still does not seem to work

pastedImage_1.png

Weird thing is as soon as you add it to your source IG reorders your columns too!!!

Comments
Post Details
Added on Feb 17 2019
5 comments
2,015 views