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!

Creating dynamic input form

Frank LehmannJul 5 2021

Hi,
i am looking for the possibility to manage a dynamic input form (or classic report) for this problem.
I have some materials in a material table.
And for each material, which must added manuell into this new form, i must have a new column.
For each column i want to add the quantity and a description.
It looks like this:
Line 1: Col1 (Material A)
Line 2 - n: Description, quantity1
Add new Material
Line 1: Col1 (Material A), Col2 (Material B)
Line 2 - n: Description, quantity1, quantity2
Add new Material
Line 1: Col1 (Material A), Col2 (Material B), Col3 (Material C)
Line 2 - n: Description, quantity1, quantity2, quantity3

How will the table for this problem look like ?
How to create this form in APEX ? Should i use collections ?

This post has been answered by InoL on Jul 8 2021
Jump to Answer
Comments
Post Details
Added on Jul 5 2021
15 comments
943 views