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!

Passing value from interactive report to editing modal dialog results in incorrect values in LOV

atanerdJan 31 2022

I am having some difficulties with passing values from an interactive report, populated by a simple SQL query, to an ‘Edit’ modal dialog. I selected ‘Link to Custom Target’ which specifies a modal dialog page in the application, under the ‘Link’ section of the ‘Attributes’ tab for the interactive report to enable editing. I used ‘Set Items’ to populate the dialog with the existing values as show in the images below.
I am using the slashes to escape columns that may contain special characters. However, when I open the record to modify APEX appears to populate the field with a ‘copy’ of the value that does not exist in the list of values as shown below.If I go to save the record using these ‘copy fields’ I get 'invalid numeric value' error. Fields such as Material and Capital/Maintenance are stored in the table as numerical values and the drop downs are based on a ‘select list’ with a LOV. Could anyone suggest what I am doing wrong or what I need to change to address this error?
I've asked this question on Stackoverflow as well so I'll link it for the images:
https://stackoverflow.com/questions/70932457/passing-value-from-interactive-report-to-editting-modal-dialog-results-in-incorr

Comments
Post Details
Added on Jan 31 2022
0 comments
755 views