Syntax (condition) ? value1 : value2Instead of value1 and value2, there may be other restrictions.
Here is an example that uses the Java restriction:
(($F{ca} > 8) && ($F{ca} < 12) ? "near 10" : (($F{name}.charAt(0) == 'A') ? "A": "Not A" ))
These are Java expressions, so you have to be careful with ==and =.
Now part of the print ...
variable1, String ( - ) , .
( , ) . $V{variable1} , . .
