Hi all.
I'm using Apex 5.
We have an application (Oracle Forms) where users can choose colors to display background color on rows depending on data conditions.
I'd like to associate these conditions and apply them to data displayed in either Classic or Interactive Reports. So for example if data is OK, put a blue background color, if it not so good, put an orange one and so on.
I'd like to give users the flexibility to choose these attributes, so there may be as many conditions as user wants and they may be free to asign the desired visual attribute.
Finally when the report runs, just apply the background based on PL/SQL functions already defined.
This is approach is similar to that of apex-adv-demo-projects lab, in calendar section, however this example is very specific to the calendar template.
Hope will be greatly appreciated!!!!