Syntax (condition) ? value1 : value2
Instead 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}
, . .
![enter image description here](https://fooobar.com//img/ebcb9b5f9c1c3929064f53f1d0e05ac9.png)