Interface EnumDSSXMLDrillType


  • public interface EnumDSSXMLDrillType
    This interface defines the enumeration constants used to specify the type of transformation the drill action translates to.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlDrillFixTemplate
      Specifies a drill transformation type implying that the new report instance has the same template as the original report instance.
      static int DssXmlDrillRemoveMetric
      Specifies a drill transformation to remove a metric.
      static int DssXmlDrillRemoveUnit
      Specifies a drill transformation to remove a unit.
      static int DssXmlDrillReserved
      Reserved.
      static int DssXmlDrillToChild
      Specifies a drill transformation type implying that the new unit is a child of the existing unit (a variant of DssXmlDrillToUnit).
      static int DssXmlDrillToDetails
      Specifies a drill transformation type implying that the new report instance shows more information about a template unit selected by the user.
      static int DssXmlDrillToForm
      Specifies a drill transformation type implying that the new report instance extends some template unit so that it displays one or more attribute forms that were not present in the original report instance.
      static int DssXmlDrillToGraphCoordinates
      Specifies a drill transformation to graph coordinates.
      static int DssXmlDrillToMetric
      Specifies a drill transformation type implying that the new report instance contains a specified metric.
      static int DssXmlDrillToParent
      Specifies a drill transformation type implying that the new unit is a parent of the existing unit (a variant of DssXmlDrillToUnit).
      static int DssXmlDrillToTemplate
      Specifies a drill transformation type implying that the new report instance has a template that is unrelated to the original report instance.
      static int DssXmlDrillToUnit
      Specifies a drill transformation type implying that the new report instance contains a specific template unit that was not present in the original report instance.
    • Field Detail

      • DssXmlDrillToParent

        static final int DssXmlDrillToParent
        Specifies a drill transformation type implying that the new unit is a parent of the existing unit (a variant of DssXmlDrillToUnit).
        See Also:
        Constant Field Values
      • DssXmlDrillToChild

        static final int DssXmlDrillToChild
        Specifies a drill transformation type implying that the new unit is a child of the existing unit (a variant of DssXmlDrillToUnit).
        See Also:
        Constant Field Values
      • DssXmlDrillToUnit

        static final int DssXmlDrillToUnit
        Specifies a drill transformation type implying that the new report instance contains a specific template unit that was not present in the original report instance.
        See Also:
        Constant Field Values
      • DssXmlDrillToTemplate

        static final int DssXmlDrillToTemplate
        Specifies a drill transformation type implying that the new report instance has a template that is unrelated to the original report instance.
        See Also:
        Constant Field Values
      • DssXmlDrillToForm

        static final int DssXmlDrillToForm
        Specifies a drill transformation type implying that the new report instance extends some template unit so that it displays one or more attribute forms that were not present in the original report instance.
        See Also:
        Constant Field Values
      • DssXmlDrillToDetails

        static final int DssXmlDrillToDetails
        Specifies a drill transformation type implying that the new report instance shows more information about a template unit selected by the user.
        See Also:
        Constant Field Values
      • DssXmlDrillToMetric

        static final int DssXmlDrillToMetric
        Specifies a drill transformation type implying that the new report instance contains a specified metric.
        See Also:
        Constant Field Values
      • DssXmlDrillFixTemplate

        static final int DssXmlDrillFixTemplate
        Specifies a drill transformation type implying that the new report instance has the same template as the original report instance.
        See Also:
        Constant Field Values
      • DssXmlDrillRemoveMetric

        static final int DssXmlDrillRemoveMetric
        Specifies a drill transformation to remove a metric.
        See Also:
        Constant Field Values
      • DssXmlDrillRemoveUnit

        static final int DssXmlDrillRemoveUnit
        Specifies a drill transformation to remove a unit.
        See Also:
        Constant Field Values
      • DssXmlDrillToGraphCoordinates

        static final int DssXmlDrillToGraphCoordinates
        Specifies a drill transformation to graph coordinates.
        See Also:
        Constant Field Values