Count

From Catglobe Wiki
Revision as of 07:13, 22 December 2011 by Tungocman (talk | contribs) (count)
Jump to: navigation, search



count

Counts the number of rows (typically meaning respondents) in the data table that fulfill the stated conditions.

Syntax

count()

Arguments

none

Return type

number

Examples

//count the number of data rows in the data table

number n = count() where (true);