The ArrayLength function returns the number of entries in a list.


Syntax

ArrayLength(list)

Function arguments:

  • list (required) - the list to determine the length of

The list argument must reference a list parameter or a column containing list values.


Example

A table contains a Products Bought column that has list values. You can use the ArrayLength function to count the number of products in the list of values.

ArrayLength([Products Bought])

Screenshot_2023-03-06_at_6.17.23_PM.png


Related Functions


Was this page helpful?
Yes No