Interface WebAppSimpleThreshold


  • public interface WebAppSimpleThreshold
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • getFloor

        double getFloor()
        The value of the lower end of the threshold expression if the threshold corresponds to a non-complex (@link EnumThresholdTypes#TYPE_COMPLEX) type If the threshold type is complex, then -1 is returned
      • getCeiling

        double getCeiling()
        The value of the upper end of the threshold expression if the threshold corresponds to a non-complex (@link EnumThresholdTypes#TYPE_COMPLEX) type If the threshold type is complex, then -1 is returned
      • getReplaceText

        java.lang.String getReplaceText()
        Returns the text used to replace the actual value iff threshold condition is met.