Interface EnumDSSXMLTemplateSubtotalType


  • public interface EnumDSSXMLTemplateSubtotalType
    Types of subtotals that can be defined for a template
    Since:
    MicroStrategy Web 9.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXMLTemplateSubtotalAll
      The template subtotal is defined by multiple template subtotals that include all available metric subtotals and are grouped from different metrics by the subtotal definition
      static int DssXMLTemplateSubtotalDefault
      The template subtotal is defined by using the default subtotals from each metric
      static int DssXMLTemplateSubtotalDefinition
      The template subtotal is defined by taking all metric subtotals with the same definition as the template subtotal
      static int DssXMLTemplateSubtotalList
      The template subtotal is defined by giving an explicit list of the corresponding metric subtotals
      static int DssXMLTemplateSubtotalReserved
      Invalid template subtotal type.
    • Field Detail

      • DssXMLTemplateSubtotalReserved

        static final int DssXMLTemplateSubtotalReserved
        Invalid template subtotal type.
        See Also:
        Constant Field Values
      • DssXMLTemplateSubtotalList

        static final int DssXMLTemplateSubtotalList
        The template subtotal is defined by giving an explicit list of the corresponding metric subtotals
        See Also:
        Constant Field Values
      • DssXMLTemplateSubtotalDefinition

        static final int DssXMLTemplateSubtotalDefinition
        The template subtotal is defined by taking all metric subtotals with the same definition as the template subtotal
        See Also:
        Constant Field Values
      • DssXMLTemplateSubtotalDefault

        static final int DssXMLTemplateSubtotalDefault
        The template subtotal is defined by using the default subtotals from each metric
        See Also:
        Constant Field Values
      • DssXMLTemplateSubtotalAll

        static final int DssXMLTemplateSubtotalAll
        The template subtotal is defined by multiple template subtotals that include all available metric subtotals and are grouped from different metrics by the subtotal definition
        See Also:
        Constant Field Values