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.

Update pivot columns of an Interactive Grid?

britoo95Jun 27 2020

Hello guys,

I'm developing a page with an IG report that can be updated by the user.

My query is giving me the correct information but the problem is that I want to update the pivot columns (more than one) and I don't how to get the keys to update the right table.

I've noticed the Save interactive grid process has a type target which I can set to PL/SQL and reference the coluns like :COLUMN however I don't know how it helps in my case.

The structure is this:

EMPLOYESS|      |EMPLOYEE_CERTIFICATE|

id_emp          |       |id_cert_emp                         |

name             |       |id_emp                                 |  

                              |date_cert                              |    

                              |id_certificate                         |

I've created an example at oracle apex online:

workspace: PIVOT_REPORT

user: visit

password: visit123

If know of any workarounds it would be very helpful too.

Thanks for your time.

Comments

Post Details

Added on Jun 27 2020
0 comments
608 views