GetNotSelectedCount
이 차트 함수는 이름이 fieldname인 필드 내에서 선택되지 않은 값의 수를 반환합니다. 이 함수가 연관성을 가지려면 필드가 AND 모드여야 합니다.
구문:
GetNotSelectedCount ( field_name [, include_excluded])
(Inherited)GetNotSelectedCount ( FieldName [, IncludeExcluded])
인수:
- field_name: 측정할 데이터 범위가 포함된 필드입니다.
- include_excluded: IncludeExcluded가 True()일 경우 카운트에 다른 필드의 선택 내용에 따라 현재 제외된 선택 값이 포함됩니다. False이거나 생략된 경우 해당 값이 포함되지 않습니다.
GetNotSelectedCount ( Year )
GetNotSelectedCount (Year,True())