Difference between revisions of "Count"

From Catglobe Wiki
Jump to: navigation, search
(count)
 
Line 1: Line 1:
{{HelpFiles}}
 
 
 
=count =
 
=count =
  

Latest revision as of 06:14, 22 December 2011

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);