Skip to content
Advertisement

Oracle Apex conditional icons on values in classic report

I have a follow up question based on this answer which is string based: https://stackoverflow.com/a/41556608/221270

How to achieve the same conditional color and icon formatting but based on a value:

If I use the code above I got this error:

ORA-20999: Failed to parse SQL query! ORA-06550: line 10, column 1: ORA-00936: missing expression

Advertisement

Answer

The current syntax is wrong. You need to take the status column between each WHEN and THEN clauses in order to get boolean expressions such as

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement