I have a simple list report in Cognos 8.3. I have a field with things like this:
ETLJobX Completed - SUCCESS
ETLJobY Completed - FAIL
ETLJobZ Completed - SUCCESS
ETLJobA Completed - SUCCESS
ETLJobB Completed - FAIL
I have a conditional formatter set to color the successes in green and failures in red. Works perfectly. Using the conditions "Contains" SUCCESS or FAIL in the string.
If I change the data so that a row looks like this:
ETLJobX Completed - SUCCESS
Job used in Report X
ETLJobY Completed - FAIL
Job used in Report Y
it no longer colors that row. The carriage return seems to break things. If I type the same data as :
ETLJobX Completed - SUCCESS Job used in Report X
So that it is on one line, the conditional format works fine.
Is there any way to make this work on lines with a carriage return in them?
THANKS!!