Interface EnumWebFormatType


  • public interface EnumWebFormatType
    Enumeration which can be used to specify the different types of formats. A template unit and an axis can have all four types of formats. A template metric can only have 2 types of formats: header and grid.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • WebFormatTypeHeader

        static final int WebFormatTypeHeader
        Specifies the header format.
        See Also:
        Constant Field Values
      • WebFormatTypeGrid

        static final int WebFormatTypeGrid
        Specifies the grid format.
        See Also:
        Constant Field Values
      • WebFormatTypeSubtotalHeader

        static final int WebFormatTypeSubtotalHeader
        Specifies the subtotal header format.
        See Also:
        Constant Field Values
      • WebFormatTypeSubtotalGrid

        static final int WebFormatTypeSubtotalGrid
        Specifies the subtotal grid format.
        See Also:
        Constant Field Values
      • WebFormatTypeAll

        static final int WebFormatTypeAll
        Specifies all the available formats.
        See Also:
        Constant Field Values
      • WebFormatTypeReport

        static final int WebFormatTypeReport
        Specifies Report format on the template
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebFormatTypeData

        static final int WebFormatTypeData
        Specifies data format on the template
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebFormatTypeContainerBody

        static final int WebFormatTypeContainerBody
        Specifies the data format on the grid container body
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • WebFormatTypeContainerTitle

        static final int WebFormatTypeContainerTitle
        Sepecifies data format on the grid container title
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values