More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=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);'' | ||
[[Category:Functions_Used_in_where_Expressions]] | |||
Latest revision as of 05: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);