Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Count: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Tungocman (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Functions_Used_in_where_Expressions]]
=count =
{{HelpFiles}}


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


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


'''Syntax'''
count()


count()
'''Arguments'''


'''Arguments'''
none


none
'''Return type'''


'''Return type'''
number


number
'''Examples'''


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


''//count the number of data rows in the data table''
''number n = count() where (true);''  


''number n = count() where (true);''
[[Category:Functions_Used_in_where_Expressions]]
 
'''Availability'''
 
Version 4.8
__NOTOC__
<!-- imported from file: 1638.htm-->

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

Contents