Count

From Catglobe Wiki
Revision as of 06:12, 28 March 2011 by Cg pham (talk | contribs)
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);

Availability

Version 4.8