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!

How get or reference cell value in classic report?

Jian-cdoAug 22 2016 — edited Aug 22 2016

Hello,

I have this classic report on the top of a page, which has only one row. Then within the page I need to reference the contents of column "Master_contact_ID" to display other contents, either in the PL/SQL (used in the latter region within the page), or by a Javascript.

So in PL/SQL, I tried &MASTER_CONTACT_ID. it doesn't work.

In Javascript, I tried " $("P14_Address_List tr:eq(1) td.data[headers='MASTER_CONTACT_ID']").text() ", it gets empty data. Attached please find the page components on the item:

pastedImage_0.png

Please let me know how I can reference it in a correct syntax. Thanks very much.

This post has been answered by Jian-cdo on Aug 22 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2016
Added on Aug 22 2016
5 comments
2,548 views