Hi,
I have a request to have a table layout as follows
---------------------------------------------
!Monday ! Tuesday !Wednesday!Thursday!Friday!
---------------------------------------------
! Hans ! Hans !Jonas !Jonas !Jonas !
---------------------------------------------
! Sue ! Jonas !Sue !Sue !Sue !
---------------------------------------------
! Mary ! Mary !Mary !Mary !Mary !
---------------------------------------------
etc..
Here the idea is to show for each day in the week which kids are going to come to a nursing institution.
Now for the kids there is a table where each kid is registered with its sex.
Furthermore a table specifies on which days a kid will be in the nursing institution.
From this I can get the table above generated (well actually 5 tables besides each other, but that is not so important here)
Anyway: it is highly wanted to have the columns for each kid showing the sex by having boys colored in blue and girls colored in red.
This information is stored in the Kids table, so I can determine this; but it cannot automatically be determined from the cell content, as is used in the examples on column styles in the myDBR Docu.
So my question: is there any possibility to have this information from the specific database entry decide which color should be used via the column style? I currently don't see one
regards Thomas