Framework:COUNT: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<span {{CoPFormel}}>COUNT(<Number 1>, <Number 2>, …, <Number n>)</span> | <span {{CoPFormel}}>COUNT(<Number 1>, <Number 2>, …, <Number n>)</span> | ||
{| class="wikitable" width="80%" | {| class="wikitable" width="80%" | ||
| Line 12: | Line 11: | ||
|Numeric expression | |Numeric expression | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_client-side|client-side functions]]. | |||
==Result== | ==Result== | ||
Returns the number of elements. | Returns the number of elements. | ||
==Example== | ==Example== | ||
<span {{CoPFormel}}>COUNT(1, 2, 3, 4)</span><br> | <span {{CoPFormel}}>COUNT(1, 2, 3, 4)</span><br> | ||
Result: 4. | Result: 4. | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
Latest revision as of 08:43, 24 May 2012
Function
COUNT(<Number 1>, <Number 2>, …, <Number n>)
| Parameter | Description |
| Number 1 to n | Numeric expression |
This function belongs to client-side functions.
Result
Returns the number of elements.
Example
COUNT(1, 2, 3, 4)
Result: 4.