# Array Operators When a field is used to record multiple values, it is recorded as an array. Those values can still be individually searchable and selectable. Array operators allow a user to create a rule that selects from those multiple values for a specific profile. The following is a list of array operators. Array Operator =is multiple ≠is not multiple is null is not null contains not contains starts with not starts with ends with not ends with All of the array operators have the following options available: * [any](/products/customer-data-platform/audience-studio/segment/rule-operator/array-operators#any) * [only](/products/customer-data-platform/audience-studio/segment/rule-operator/array-operators#only) * [at least](/products/customer-data-platform/audience-studio/segment/rule-operator/array-operators#at-least) * [at most](/products/customer-data-platform/audience-studio/segment/rule-operator/array-operators#at-most) * [exactly](/products/customer-data-platform/audience-studio/segment/rule-operator/array-operators#exactly) ## any * This operator includes all of the records with at least one of the values in the array. ![](/assets/array-operators-2024-04-10.998466fbb23c30b3bf959a4ece185fbd0a53425f5c0b4db4e515725c7b38dc33.cf3845cb.png) * The array can have values not listed. (e.g. Africa) ![](/assets/array-operators-2024-04-10-1.510b11cd6cb23be2a4b4bf834153936227a5520d7447b28aca58ab349700e459.cf3845cb.png) ## only * This operator includes all the records containing only a combination of the values selected or an empty array. ![](/assets/array-operators-2024-04-10-2.afb2b1db1751c43521495287f9d1fdd24cde8aa09b5cd9bb1f5f9a8ee553988c.cf3845cb.png) ![](/assets/array-operators-2024-04-10-3.65e35f1d092a39527e2219176aeae3638df94394b84e684e7393738dc4d8f40f.cf3845cb.png) ## at least * This operator includes all the records with at least x values in the array ![](/assets/array-operators-2024-04-10-4.d42894f29b667c8dc621b93e939a9a44611a33d602d09d0423c403936f8c411c.cf3845cb.png) * The array can have values not listed (e.g. Africa ![](/assets/array-operators-2024-04-10-5.cb7977aa13b786cf7432670f765594c80e6c9e22b9d0a0d722d5a6e0ec7c89e1.cf3845cb.png) ## at most * This operator includes all the records with at most x values in the array ![](/assets/array-operators-2024-04-10-6.4134b55dab91c9c68e84b872d0a41b357a52821f6962d610fc73fc222e065eb7.cf3845cb.png) * The array can have values not listed (e.g. Africa) ![](/assets/array-operators-2024-04-10-7.bfdbd7bdf5eba7ea5603b60c5e4d3909e0c3d87163e02d2fabf48379bf22d628.cf3845cb.png) ## exactly * This operator includes all the records with at exactly x values in the array ![](/assets/array-operators-2024-04-10-8.60572ed588c5ed636eff24e1720a7b1907b5c7ae79bbf5ee348674fddf772d0d.cf3845cb.png) * The array can have values not listed (e.g. Africa) ![](/assets/array-operators-2024-04-10-9.6b8850fb20718a70ae69bb38caab8a95c7d932ffbb4234e607602bc55d995045.cf3845cb.png)