Interface WebTransformationMetric


  • public interface WebTransformationMetric
    The WebTransformationMetric interface represents a transformation metric object.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • getMetric

        WebMetric getMetric()
        Returns the WebMetric object that the transformation metric is based on.
        Returns:
        the WebMetric object.
      • getTransformationRole

        WebObjectInfo getTransformationRole()
        Returns a WebObjectInfo object, which has information about the transformation role.
        Returns:
        a WebObjectInfo object, which has information about the transformation role.
      • setFormulaType

        void setFormulaType​(int formulaType)
        Sets the formula type used in the transformation.
        Parameters:
        formulaType - The formula type to be used in the transformation, from EnumDSSXMLMetricFormulaType.
        See Also:
        getFormulaType()