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!

Dynamic fields and conditions

Ivan2405Sep 13 2013

Hi!

I have created a tabular form with:

1. Fields that users can use to filter the table

2. Filter button to filter the data

3. Fields where they select the column name, input the value for update

4. Update button that updates the filtered data in a dynamic PL\SQL

I have a set SQL query on the report that always checks all the values, so I need to have nvl function in case users don't fill all the fields.

Problem with this is that the query lasts very long.

Another problem is, that since I have max 3 columns for update; in case they don't fill those columns, update doesn't work.


Is it possible to maybe create fields in a dynamic way like it is default on a report?

And does anyone know how I could solve the problem with the update in case users select just one column name and fill just one value for update?


Regards,

Ivan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2013
Added on Sep 13 2013
0 comments
140 views