Is the following possible
I have a cross tab that shows a register for a class
Date 1 Date 2 Date 3
Name register register register
mark mark mark
Name register register register
mark mark mark
I then have a another date field that tells me when some one left.
I want to highlight the register mark to tell me that the learner as left on this date.
Ive tried to use the GridRowcolumnvalue to control the background colour.
So i have a formula like this
if GridRowColumnValue ("sesion_date") >= {leftdate} then
crLime
else
crWhite
This seems to highlight all the cross tab using the first left date to test against, is there a way of applying this to each line of the cross tab and evaluate the dates individually.
Thanks
I have a cross tab that shows a register for a class
Date 1 Date 2 Date 3
Name register register register
mark mark mark
Name register register register
mark mark mark
I then have a another date field that tells me when some one left.
I want to highlight the register mark to tell me that the learner as left on this date.
Ive tried to use the GridRowcolumnvalue to control the background colour.
So i have a formula like this
if GridRowColumnValue ("sesion_date") >= {leftdate} then
crLime
else
crWhite
This seems to highlight all the cross tab using the first left date to test against, is there a way of applying this to each line of the cross tab and evaluate the dates individually.
Thanks