Hi. I am on APEX 21.1.
I have a normal page which has a button that opens an inline dialog. The inline dialog has a classic report of template “Value Attribute Pairs - Column” and always retrieves only one row. The row has the following columns…
diagnosis, history, needed_tests, needed_exams, FOLLOW_UP_DATE, NOTES
I need to get the values of those columns to pass them to other page items with the same names i.e P6_DIAGNOSIS, P6_HISTORY, and so on… .
Is there a way to accomplish this?