GetNotSelectedCount - 图表函数
此图表函数用于返回名为 fieldname 的字段中非选定值的数量。字段必须处于“和”模式以使此函数相关。
Syntax:
GetNotSelectedCount(fieldname [, includeexcluded=false])
Arguments:
参数 | 说明 |
---|---|
|
要求值的字段的名称。 |
|
如果 includeexcluded 表述为 |
Examples:
GetNotSelectedCount( Country )
GetNotSelectedCount( Country, true )