If you use the AOP DA Plug-in to create an Excel or PDF of a report with a column that has an HTML Expression, you may end up with a column containing only red text.
In this example, the Ename column is either green or blue because of the <span #CSS#>#ENAME#</span> HTML Expression, and AOP creates correct output in this case.
Note that the Display Type for the Ename column has been set to "ESCAPE_SC (Escape special characters)".
If you do not select the "Escape special characters" option for this column, AOP cannot process it correctly for some reason, and it turns the text red (which is probably AOP's way of warning you, but in my original report red was one of the colors I wanted to show, so that was not obvious at all...).
I expected the "Escape special characters" option to apply only to the column value itself, not to the HTML Expression. Escaping an HTML Expression doesn't make much sense really, so this looks like a little bug in AOP.
7876 | ADAMS | 20 |
7499 | ALLEN | 30 |
7698 | BLAKE | 30 |
7782 | CLARK | 10 |
7902 | FORD | 20 |
7876 | ADAMS | 20 |
7499 | ALLEN | 30 |
7698 | BLAKE | 30 |
7782 | CLARK | 10 |
7902 | FORD | 20 |