Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.



countAnswer

Counts the number of answers given that fulfill the stated conditions. This differs from the "count" expressions in that each value in the multicolumn will count for one answer, where the "count" function just counts the multi answer as one value.

Syntax

countAnswers(question) where XX

Arguments

none

Return type

number

Examples

//count the number of answers in the data table fulfilling the condition

number n = countAnswer() where (true);

Availability

Version 5.8.1