Skip to main content

V1 - Utility Functions - listcount

listcount

  • listcount(variable)

If the variable is of type 'list', return the size of the list.

Example

search sContent("@tags","fpl-example-data")
let {id, isx5, isprime, odd, even, divisors} = f("@fields")
aggregate v=values(id) by divisors
let num_of_ints = listcount(v)

fpl-result

Page last updated: 2022 Oct 18