Interface EnumDSSXMLElementType


  • public interface EnumDSSXMLElementType
    This interface defines the enumeration constants used to specify the nature of an element that appears on a result grid or in a sort definition.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • DssXmlElementConcrete

        static final int DssXmlElementConcrete
        Element of an attribute, e.g. 'London' would be an element of the 'City' attribute.
        See Also:
        Constant Field Values
      • DssXmlElementMetric

        static final int DssXmlElementMetric
        Element is a metric.
        See Also:
        Constant Field Values
      • DssXmlElementSubtotal

        static final int DssXmlElementSubtotal
        Element is a subtotal, typically over some attribute.
        See Also:
        Constant Field Values
      • DssXmlElementFirst

        static final int DssXmlElementFirst
        Used in sorts, take the first element from this template unit.
        See Also:
        Constant Field Values
      • DssXmlElementLast

        static final int DssXmlElementLast
        Used in sorts, take the last element from this template unit.
        See Also:
        Constant Field Values
      • DssXmlElementDimension

        static final int DssXmlElementDimension
        Element is a dimension.
        See Also:
        Constant Field Values
      • DssXmlElementConsolidation

        static final int DssXmlElementConsolidation
        Element is a DSS Consolidation Element object.
        See Also:
        Constant Field Values
      • DssXmlElementFilter

        static final int DssXmlElementFilter
        Element is a filter that was used to define a custom group.
        See Also:
        Constant Field Values
      • DssXmlElementCustomGroup

        static final int DssXmlElementCustomGroup
        Element is a custom group that was used to define another custom group.
        See Also:
        Constant Field Values
      • DssXmlElementJoint

        static final int DssXmlElementJoint
        Element is a list of concrete elements.
        See Also:
        Constant Field Values
      • DssXmlElementBand

        static final int DssXmlElementBand
        Element is a single band from a banding operator in a custom group.
        See Also:
        Constant Field Values
      • DssXmlElementResidue

        static final int DssXmlElementResidue
        Element is a residue grouping from a custom group; it represents the rest of the range.
        See Also:
        Constant Field Values
      • DssXmlElementSubexpression

        static final int DssXmlElementSubexpression
        Element is an arbitrary expression that was used to define a custom group.
        See Also:
        Constant Field Values
      • DssXmlElementAll

        static final int DssXmlElementAll
        Element is a special ALL element for RWD pageby tree.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • DssXmlElementNode

        static final int DssXmlElementNode
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • DssXmlElementNULL

        static final int DssXmlElementNULL
        Used in RWD, indicate no element on list for a group by unit.
        See Also:
        Constant Field Values