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!

APEX Office Print - Conditional Formatting.

Mathew RobertsMar 24 2026

Hi All,

I'm trying to implement a template into my apex app using AOP. The template contains a table which looks like this….

So I'm trying to build on this with some conditional formatting. In this example, I'd like to highlight the row where cust_city = london.

I tried doing this…

But got an error

ORA-20000: The AOP Server can not process your request. RequestID: 4b501242-aa9b-43c6-8df4-c6c5fb9e3e36 Please have a look at the following errors: The tag beginning with "{/cust_cit" is unclosed The tag "customers" is closed by the tag "cust_city == 'London'" The loop with tag "customers" is unopened The scope parser for the tag "cust_first_name\cell_background_color:#FFF2AC" failed to compile The scope parser for the tag “cust_last_name”

How do I go about doing this?

Comments
Post Details
Added on Mar 24 2026
1 comment
66 views