GetNotSelectedCount - 圖表函數
此圖表函數會傳回名為 fieldname 的欄位中未選取值的數量。該欄位必須處於 And 模式,此函數才有意義。
Syntax:
GetNotSelectedCount(fieldname [, includeexcluded=false])
Arguments:
引數 | 描述 |
---|---|
|
待評估欄位的名稱。 |
|
若 includeexcluded 被描述為 |
Examples:
GetNotSelectedCount( Country )
GetNotSelectedCount( Country, true )