GetNotSelectedCount
Esta función de gráfico devuelve el número de valores no seleccionados en el campo fieldname. El campo deberá estar en modo And para que esta función sea aplicable.
Syntax:
GetNotSelectedCount ( field_name [, include_excluded])
(Inherited)GetNotSelectedCount ( FieldName [, IncludeExcluded])
Arguments:
Argumentos | Descripción |
---|---|
|
El campo que contiene el rango de datos que se han de medir. |
include_excluded | Si IncludeExcluded es |
Example:
GetNotSelectedCount ( Year )
GetNotSelectedCount (Year,True())