GetNotSelectedCount - 圖表函數
                此圖表函數會傳回名為 fieldname 的欄位中未選取值的數量。該欄位必須處於 And 模式,此函數才有意義。
語法:
GetNotSelectedCount(fieldname [, includeexcluded=false])
引數:
| 引數 | 描述 | 
|---|---|
| fieldname | 待評估欄位的名稱。 | 
| includeexcluded | 
                                 若 includeexcluded 被描述為 True,則計數會包括受其他欄位中的選項所排除的選取值。  | 
                        
下表列出了與此函數相關的其他函數。
| 函數 | 互動 | 
|---|---|
| GetStateCounts - 圖表函數 | 
                                 使用 GetStateCounts(),您可以使用單一函數叫用合併下列計數的計算: 
  | 
                        
| GetSelectedCount - 圖表函數 | 傳回所選包含值的計數。 | 
| GetPossibleCount - 圖表函數 | 傳回可能值的計數。 | 
| GetAlternativeCount - 圖表函數 | 傳回替代值的計數。 | 
| GetExcludedCount - 圖表函數 | 傳回排除值的計數,不包括替代值和所選的排除值。 | 
範例:
GetNotSelectedCount( Country )
GetNotSelectedCount( Country, true )