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.
question from:
https://stackoverflow.com/questions/65933965/oracle-apex-20-1-setting-default-item-for-tabular-forms-column 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…