Interface EnumDSSXMLReportFilter


  • public interface EnumDSSXMLReportFilter
    This interface defines the enumeration constants used to specify what to do with the current report filter on a report instance in drilling.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlReportFilterApply
      Specifies an option that the report filter, possibly intersected with other filters, will appear in the transformed filter in drilling.
      static int DssXmlReportFilterIgnore
      Specifies an option that the report filter is not considered when constructing the transformed filter in drilling.
      static int DssXmlReportFilterSmart
      Specifies an option (the default setting) that the report server will attempt to remove anything from the original filter which overlaps with the user filter in drilling.
    • Field Detail

      • DssXmlReportFilterIgnore

        static final int DssXmlReportFilterIgnore
        Specifies an option that the report filter is not considered when constructing the transformed filter in drilling.
        See Also:
        Constant Field Values
      • DssXmlReportFilterApply

        static final int DssXmlReportFilterApply
        Specifies an option that the report filter, possibly intersected with other filters, will appear in the transformed filter in drilling.
        See Also:
        Constant Field Values
      • DssXmlReportFilterSmart

        static final int DssXmlReportFilterSmart
        Specifies an option (the default setting) that the report server will attempt to remove anything from the original filter which overlaps with the user filter in drilling.
        See Also:
        Constant Field Values