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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Sending value to Item in Inline Dialog region

Rohit MittelMar 30 2024 — edited Mar 30 2024

Hello,

I am using an Interactive Report in which I have made a button which will be used to open details of the product selected. I want to show these details in a modal dialog, so I made an Inline dialog region and opened that dialog by making the report button as link and using the following URL:

javascript:openModal('static_id');

The issue I have is that in order to show the details of that particular product I need to send the name of that product in an Item in the Inline dialog region which I am unable to do. I tried using the below code to send value, but it does not work in my case.

javascript:$s('item_name','column_name');javascript:openModal('static_id');

Please suggest any changes in my code or if you have any alternative solutions for this it will be helpful.

Workspace: Apex_demo_rohit

Username: demo_user

Password: demo@1234

Application: Demo Application(2312)

Page No: 2

Apex Version: 23.2.4

Thanks & Regards

Rohit

This post has been answered by Karel Ekema on Mar 30 2024
Jump to Answer

Comments

Post Details