# Jauge

Pour afficher une jauge en pourcentage dans un champ de modèle (donnée ou calcul formule) HTML ou dans un champ texte/image.

Vous devez spécifier deux paramètres : le pourcentage, qui doit être un entier, et une couleur optionnelle. Si aucune couleur n'est fournie, la couleur par défaut sera le bleu Simax, représenté par le code hexadécimal "#0068b4".

Exemple : Jauge(73, "<mark style="background-color:yellow;">blue</mark>")

Jauge(\[‘Champ en entier’], "<mark style="background-color:yellow;">blue</mark>")

Jauge(\[‘Champ en entier’], "<mark style="background-color:yellow;">#0068b4</mark>")

![](/files/WSuf9SY67nKlW6qTNP22)

L’affichage en liste :

![](/files/PfTA03YNrzi1BJbqwvgP)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.simax.fr/fonctionnelle/divers/fonctions-externes/jauge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
