I am not a designer but was asked to do some work on a database for our Executive team. I’ve got most of it working but they want to view the data in different colors/fonts based on a a value in a field.
So, if it’s a Region 1 document, one color or font, if it’s a Region 2 document, a different color or font.
I have no idea how to get this done. I would really, really appreciate any insight.
As you explained, this is a designer specific task. If the view is rendered in the web browser, you can add a form to present the view and add Javascript in the onLoad event to interrogate the rows and columns of the view and change the cells color and font accordingly. To get a handle on the cells, you can grab them by the DIV name that holds the view’s information.