Transfer report row values into multiple APEX items

Von Tobias Arnhold 2.22.2012
I added a new example whichs shows the basic functionality how to import several row values into multiple APEX items by click on the row.


Example application: http://apex.oracle.com/pls/apex/f?p=66003:1



How To:

Click inside the row on column "Year", "Month" or "Ver" to import those values into the APEX items below the report.

The example uses one dynamic action with a little piece of javascript:
$s('P1_YEAR',$(this.triggeringElement).find(".tbYear").html());

Post Tags: