> ## 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 connue

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

La condition **Consommation d'alcool connue** (`UserInfo_DrinkingHabit_IsSet`, identifiant `890`) est vraie quand l'**habitude de consommation d'alcool** du fan est renseignée.

|                       |                                                                                                             |
| --------------------- | ----------------------------------------------------------------------------------------------------------- |
| **Identifiant**       | `890`                                                                                                       |
| **Clé**               | `UserInfo_DrinkingHabit_IsSet`                                                                              |
| **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_NotSet`](/fr/advanced/strategy/conditions/lifestyle/userinfo_drinkinghabit_notset) |

## Évaluation

La condition est vraie dès que le champ **Habitude alcool** du profil contient au moins un caractère non blanc. Un champ vide ou composé uniquement d'espaces est considéré comme non renseigné.

## Comportement et cas limites

<Note>
  Si le profil du fan n'existe pas ou si le champ n'est pas renseigné, la condition est **fausse**.
</Note>

## Exemple

Le fan a indiqué « occasionnellement ». La condition est **vraie**. Sans aucune valeur saisie, elle est **fausse**.

## Voir aussi

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