ecm:max
    • 1 Minute to read
    • Dark
      Light

    ecm:max

    • Dark
      Light

    Article summary

    The function ecm:max returns the maximum value from the specified arguments. Only arguments with numeric data types are evaluated. Null arguments or non-number data types are ignored. The value returned is an object type.

    Example

    ${ecm:max(6,10,8)}

    This returns 10.

    Structure​

    ecm:max(object...)

    Parameters​

    Parameter

    Description

    object

    Specifies a target object to evaluate. Additional objects are added as a list, separated by commas.


    Was this article helpful?

    What's Next