ListValueCountNoCase
returns a count of the number of occurrences of a value in a list
Method Signature
Arguments
Argument
Type
Required
Description
Default
list
string
true
The list to be searched.
value
string
true
The value to locale
delimiter
string
false
The list delimiter(s)
,
includeEmptyFields
boolean
false
Whether to include empty fields in the search
false
Examples
Related
Last updated