GetNotSelectedCount - 图表函数
                此图表函数用于返回名为 fieldname 的字段中非选定值的数量。字段必须处于“和”模式以使此函数相关。
语法:
GetNotSelectedCount(fieldname [, includeexcluded=false])
参数:
| 参数 | 说明 | 
|---|---|
| fieldname | 要求值的字段的名称。 | 
| includeexcluded | 
                                 如果 includeexcluded 表述为 True,计数将包括在一个其他字段中被选择项排除的选定值。  | 
                        
示例:
GetNotSelectedCount( Country )
GetNotSelectedCount( Country, true )