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:

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