Interface EnumWebCustomGroupReportFilterInteraction


  • public interface EnumWebCustomGroupReportFilterInteraction
    This enumeration is used for the different options that can be set on a custom group for the Report Filter Interaction.
    • Field Detail

      • ReportFilterInteractionDefault

        static final int ReportFilterInteractionDefault
        Default - Uses the one specified at the database instance level.
        See Also:
        Constant Field Values
      • ReportFilterInteractionNoInteraction

        static final int ReportFilterInteractionNoInteraction
        Treated as a static custom group. The report filter is applied after the custom group evaluation.
        See Also:
        Constant Field Values
      • ReportFilterInteractionApply

        static final int ReportFilterInteractionApply
        Applies the report filter qualifications to the custom group to define the elements.
        See Also:
        Constant Field Values
      • ReportFilterInteractionApplyIgnoreRelated

        static final int ReportFilterInteractionApplyIgnoreRelated
        Applies only the report filter qualifications that DO NOT use the same attribute elements as the custom group to define the elements.
        See Also:
        Constant Field Values