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.