Quote:
Originally Posted by beckywc
I have a composite column that shows 95=date read, Reading: (percent read), Not Read in this column. This composite column information comes from the comments column, where the fetch annotations information is displayed.
I'm trying to color code this column, so far I can get the Not Read to show a color, but can't seem to get the others to change color. I hope I'm making sense.
|
Give some real examples of the first two cases, especially the first one. Does it look something like like "95=01/12/2011"?
The bottom line is that because the column does not have fixed content, you will need to match using regular expressions. What those expressions are will depend on what the column can contain.