Expression Language Reference
    Preparing search index...
    • Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data.

      Category: Statistical

      Parameters

      • ...args: any[]

        number1, number2, ... Number arguments 2 to 254 for which you want to calculate the mode. You can also use a single array or a reference to an array instead of arguments separated by commas.

      Returns any[] | Error