Skip to main content

GetNotSelectedCount - chart function

This chart function returns the number of not-selected values in the field named fieldname. The field must be in and-mode for this function to be relevant.

Syntax:  

GetNotSelectedCount(fieldname [, includeexcluded=false])

Arguments:  

Arguments
Argument Description
fieldname The name of the field to be evaluated.
includeexcluded

If includeexcluded is stated as True, the count will include selected values which are excluded by selections in another field.

The following table lists other functions that are related to this function.

Related functions
Function Interaction
GetStateCounts - chart function

Using GetStateCounts(), you can combine the calculation of the following counts using a single function call:

  • Count of selected included values.

  • Count of possible values.

  • Count of deselected values (only available if the field is in and-mode).

  • Count of alternative values.

  • Count of excluded values, not including alternative and selected excluded values.

  • Count of selected excluded values.

GetSelectedCount - chart function Returns the count of selected included values.
GetPossibleCount - chart function Returns the count of possible values.
GetAlternativeCount - chart function Returns the count of alternative values.
GetExcludedCount - chart function Returns the count of excluded values, not including alternative and selected excluded values.

Examples:  

GetNotSelectedCount( Country )

GetNotSelectedCount( Country, true )

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!