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!

Setting default item for Tabular Forms Column

hiddenonearthJan 28 2021

Hello,
currently I am using Oracle APEX 20.1 with a Legacy Tabular Form. For one of my columns I want to set a default value based on an page item (P10_PROJECT). So when the user puts some value in the P10_PROJECT item i want it to be the default value in the column PROJECT in my Tabular Form.
I already tried multiple ways to achive this with
Identification --> Default --> PL/SQL Expression --> v('P10_PROJECT')
Set the Default value as Item with P10_Project
PL/SQL Expression with &P10_PROJECT.
All those mentioned approaches didn't fire and the default value isn't set.
How can the default value of the column be set?
Thank you.

Comments
Post Details
Added on Jan 28 2021
2 comments
265 views