NoOfRows - chart function
If the table or table equivalent has multiple vertical dimensions, the current column segment will include only rows with the same values as the current row in all dimension columns, except for the column showing the last dimension in the inter-field sort order.
Syntax:
NoOfRows([TOTAL])
Return data type: integer
Arguments:
Argument | Description |
---|---|
|
If the table is one-dimensional or if the qualifier TOTAL is used as argument, the current column segment is always equal to the entire column. |
Example:
if( RowNo( )= NoOfRows( ), 0, Above( sum( Sales )))