Class ReportFilterExpression


  • public class ReportFilterExpression
    extends java.lang.Object
    Report filter expression. It is a recursive object that allows at most 3 levels.

    At least one of criteria or nestedCriteria has to be provided in addition to operator.

    Example: A filter that matches rows where (Price greater than 11 AND Primary CONTAINS "PROJ-1") OR (Quantity less than 12 AND "Sold Out" IS_CHECKED)