Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
347 views
in Technique[技术] by (71.8m points)

Oracle Apex 20.1 Setting default item for Tabular Forms Column

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...