> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fanifyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Consommation d'alcool inconnue

> Condition de stratégie 891 (UserInfo_DrinkingHabit_NotSet) — vraie quand l'habitude de consommation d'alcool du fan n'est pas renseignée. Catégorie Style de vie.

La condition **Consommation d'alcool inconnue** (`UserInfo_DrinkingHabit_NotSet`, identifiant `891`) est vraie quand l'**habitude de consommation d'alcool** du fan n'est pas renseignée.

|                       |                                                                                                           |
| --------------------- | --------------------------------------------------------------------------------------------------------- |
| **Identifiant**       | `891`                                                                                                     |
| **Clé**               | `UserInfo_DrinkingHabit_NotSet`                                                                           |
| **Catégorie**         | [Style de vie](/fr/advanced/strategy/conditions#style-de-vie)                                             |
| **Entité évaluée**    | Profil du fan                                                                                             |
| **Valeur attendue**   | Aucune                                                                                                    |
| **Condition inverse** | [`UserInfo_DrinkingHabit_IsSet`](/fr/advanced/strategy/conditions/lifestyle/userinfo_drinkinghabit_isset) |

## Évaluation

La condition est vraie quand le champ **Habitude alcool** du profil est vide ou composé uniquement d'espaces. Elle est le miroir exact de [`UserInfo_DrinkingHabit_IsSet`](/fr/advanced/strategy/conditions/lifestyle/userinfo_drinkinghabit_isset).

## Comportement et cas limites

<Note>
  Si le profil du fan n'existe pas, la condition est **vraie** : l'absence de donnée compte comme « non renseigné ».
</Note>

## Exemple

Aucune habitude de consommation d'alcool n'a été collectée auprès du fan. La condition est **vraie**. Dès qu'une valeur est saisie, elle devient **fausse**.

## Voir aussi

* [`UserInfo_DrinkingHabit_IsSet`](/fr/advanced/strategy/conditions/lifestyle/userinfo_drinkinghabit_isset) — la condition inverse.
* [Index des conditions](/fr/advanced/strategy/conditions).
