Count: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import |
(No difference)
|
Revision as of 08:59, 7 March 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);
Availability
Version 4.8