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!

Classic report - Highlight row

partlycloudyFeb 5 2013 — edited Feb 5 2013
APEX 4.2.1

With all the latest and greatest dynamic action and jQuery goodness in 4.2.1, what is the easiest, declarative way to highlight rows in a classic report region (Generic Column Template) based on data condition using values on the row, using #COL# notation? e.g. If SAL > 1000 and DEPT = Marketing, highlight row in red or some such.

In prior versions, this involved copying the Generic Column Template to one used just by this report and use the (up to 4) Column Templates with a PL/SQL expression.

Thanks

Comments

786369
If the target node for your operation is a sibling, I believe you're going to have to pass the parent node of the sibling into the AddNode() API call when this operation occurs within a version. Note that copyNodesAcrossVersions is a new method that has a copyAsSibling parameter, but AddNode() does not.

Edited by: Naren Truelove on Nov 12, 2012 3:12 PM

...grammatical correction...
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 5 2013
Added on Feb 5 2013
6 comments
3,777 views