Interface EnumDSSXMLUserFilter


  • public interface EnumDSSXMLUserFilter
    This interface defines the enumeration constants used to specify the options how the report server uses the user's filter in drilling.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlUserFilterApply
      Specifies an option that instructs the report server to include the user filter in the transformed filter (possibly intersected with other filters).
      static int DssXmlUserFilterEvaluate
      Specifies an option that instructs the report server to apply (if necessary) a relationship operator to the user filter, and then execute a report based on the modified filter to obtain a list of elements, and place the list of elements (possibly intersecting with other filter) in the transformed filter.
      static int DssXmlUserFilterIgnore
      Specifies an option that instructs the report server not to consider the user filter when constructing the transformed filter.
      static int DssXmlUserFilterRelation
      Specifies an option (default setting) that instructs the report server to apply a relationship operator to the user filter before including it in the transformed filter.
    • Field Detail

      • DssXmlUserFilterIgnore

        static final int DssXmlUserFilterIgnore
        Specifies an option that instructs the report server not to consider the user filter when constructing the transformed filter.
        See Also:
        Constant Field Values
      • DssXmlUserFilterApply

        static final int DssXmlUserFilterApply
        Specifies an option that instructs the report server to include the user filter in the transformed filter (possibly intersected with other filters).
        See Also:
        Constant Field Values
      • DssXmlUserFilterRelation

        static final int DssXmlUserFilterRelation
        Specifies an option (default setting) that instructs the report server to apply a relationship operator to the user filter before including it in the transformed filter.
        See Also:
        Constant Field Values
      • DssXmlUserFilterEvaluate

        static final int DssXmlUserFilterEvaluate
        Specifies an option that instructs the report server to apply (if necessary) a relationship operator to the user filter, and then execute a report based on the modified filter to obtain a list of elements, and place the list of elements (possibly intersecting with other filter) in the transformed filter.
        See Also:
        Constant Field Values