Status
Tech review

Style guide




Short description

Returns the of numeric values in l.

Output




The function returns the of numeric values in l.


count(number list l) #Output: Number



Parser expressionDescription


append([1, 1, 2, 2])


The function returns a : 4


count(subtasks()) - count(fieldValue({00012}, subtasks())) 


The function returns the of sub-tasks with field "Due Date" unset.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.



The function returns a




The function returns the number of times n appears in l.


count(number n, number list l) #Output: Number



Parser expressionDescription


count(1, [1, 1, 2, 2, 1, 0]


The function returns a : 3



The function returns a