I am desperately trying to format the Field "FilmID" based on it's value. Could you provide me with a conditional expression to format values >= 3 in red color ?
Thanks a lot in advance!
Another variant of this question would be, what did I do wrong in this expression:
<style name="Style1" mode="Opaque" backcolor="#DBD82A">
<conditionalStyle>
<conditionExpression><![CDATA[$F{Revenue} > 10000]]></conditionExpression>
<style mode="Opaque" backcolor="#C92B28"/>
</conditionalStyle>
</style>