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.

Highlight Row on Interactive Report (Apex 24.2)

Greg Gass4 days ago

With Apex 24.2, I'm seeing a change in behavior for Interactive Report links and dynamic actions.

Brief description of what was working in Apex 24.1:

  • Dynamic action for Click on a IR row: (#staticregion tbody tr)
  • Saves an identifier for the record to a hidden Page Item
  • Highlight the clicked row
  • After Refresh DA will also highlight the row using the value from the Page Item

This all still works in Apex 24.2.

The problem occurs when clicking a link on the row. Undex Apex 24.1, the row highlight would occur and the linked page would open. For Apex 24.2, the linked page opens but the row highlight DA doesn't get triggered.

The same behavior occurs for both Link Columns setup on a Region, and for custom Links I create for a column.

Anyone know if this was an intentional change for Apex 24.2?

Any ideas for how to get this working again?

The workaround I'm trying is to change the link from “Page in this application” to “URL” using “#”, then create a dynamic action for each link. I can then run the same Highlight Row javascript and redirect to the linked page. This works, but it seems like a lot of effort. Also, I'm now having problems getting Dialog Closed DA's to fire when doing this.

This post has been answered by Greg Gass on Apr 3 2025
Jump to Answer

Comments

Processing

Post Details

Added 4 days ago
2 comments
48 views