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!

How to set the value of a virtual column in an interactive grid from the value of another column ?

Christian Pitet 217 hours ago — edited 17 hours ago

Hi,

Under Oracle APEX 24.2.9, I have a form with an interactive grid. The source of the IG is the table AD_TACHE. The IG looks like this :

I have created a virtual column named “Courriel bénévole”and you can see it is blank.

The value of this column is calculated in a select LOV of the virtual column:

select a.ID d, a.ID R FROM AD_BENEVOLE a, AD_TACHE B WHERE BENEVOLE = a.ID AND a.id = b.benevole

But It does not display anything in the virtual column Courrier bénévole. I want to put into the select the ID of the displayed ID in the interactive grid, here 1873. How to refer to that value in my select ?

Best regards.

This post has been answered by Christian Pitet 2 on Oct 20 2025
Jump to Answer
Comments
Post Details
Added 17 hours ago
1 comment
31 views