GetNotSelectedCount - 图表函数
此图表函数用于返回名为 fieldname 的字段中非选定值的数量。字段必须处于“和”模式以使此函数相关。
语法:
GetNotSelectedCount(fieldname [, includeexcluded=false])
参数:
参数 | 描述 |
---|---|
fieldname | 要求值的字段的名称。 |
includeexcluded |
如果 includeexcluded 表述为 True,计数将包括在一个其他字段中被选择项排除的选定值。 |
下表列出了与此函数相关的其他函数。
函数 | 交互 |
---|---|
GetStateCounts - 图表函数 |
使用 GetStateCounts(),您可以使用单个函数调用组合以下计数的计算:
|
GetSelectedCount - 图表函数 | 返回所选包含值的计数。 |
GetPossibleCount - 图表函数 | 返回可能值的计数。 |
GetAlternativeCount - 图表函数 | 返回替代值的计数。 |
GetExcludedCount - 图表函数 | 返回排除值的计数,不包括替代和选定的排除值。 |
示例:
GetNotSelectedCount( Country )
GetNotSelectedCount( Country, true )