Comparing values
Values coming from the data row are Java objects, so you must use the compare methods that are specific to the Java object. For example, a compare between values with the operators =
, >
, <
does not work.
The following values require the use of compare methods:
String values
Numeric values
Filter rows
Last updated
Was this helpful?