Interface EnumWebToggleFunction


  • public interface EnumWebToggleFunction
    This Enumeration specifies the different functions to which the current function between two nodes can be toggled to using toggleFunction in WebExpressionHelper.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • WebToggleFunctionAnd

        static final int WebToggleFunctionAnd
        Toggle to the AND function.
        See Also:
        Constant Field Values
      • WebToggleFunctionOr

        static final int WebToggleFunctionOr
        Toggle to the OR function.
        See Also:
        Constant Field Values
      • WebToggleFunctionAndNot

        static final int WebToggleFunctionAndNot
        Toggle to the AND NOT function.
        See Also:
        Constant Field Values
      • WebToggleFunctionOrNot

        static final int WebToggleFunctionOrNot
        Toggle to the OR NOT function.
        See Also:
        Constant Field Values