> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/parametrage/statistiques/tableaux-recapitulatifs.md).

# Tableaux récapitulatifs

Les tableaux récapitulatifs ou tableaux croisés dynamiques permettent d’afficher des calculs de façon synthétique : par exemple, le nombre de facture par mois, le C.A. par pays et par an, etc.

Le tableau récapitulatif possède un ou plusieurs axes verticaux et au maximum un axe horizontal :

Si on a un seul axe, on a autant de lignes que de valeurs possibles pour l’axe.

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Axe vertical</td><td valign="top">calcul</td></tr><tr><td valign="top">Valeur1</td><td valign="top">Val calcul 1</td></tr><tr><td valign="top">Valeur2</td><td valign="top">Val calcul 2</td></tr><tr><td valign="top">Valeur3</td><td valign="top">Val calcul 3</td></tr><tr><td valign="top">…</td><td valign="top">…</td></tr></tbody></table>

<p align="right"><em>IMG_03</em></p>

Exemple :

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Axe vertical</td><td valign="top">CA</td></tr><tr><td valign="top">France</td><td valign="top">100 000</td></tr><tr><td valign="top">Allemagne</td><td valign="top">120 000</td></tr><tr><td valign="top">Espagne</td><td valign="top">280 000</td></tr></tbody></table>

<p align="right"><em>IMG_04</em></p>

Si on a deux axes (1 vertical et 1 horizontal), on a autant de lignes que de valeurs possibles pour l’axe vertical et autant de colonnes que de valeurs possibles pour l’axe horizontal.

Le calcul au croisement se fait par rapport à la valeur de la colonne et de la ligne.

&#x20;

<br>

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><img src="file:///C:/Users/LENOVO/AppData/Local/Temp/msohtmlclip1/01/clip_image002.gif" alt=""></td><td valign="top">Val A</td><td valign="top">Val B</td><td valign="top">Val C</td><td valign="top">…</td></tr><tr><td valign="top">Valeur1</td><td valign="top">calcul A1</td><td valign="top">calcul B1</td><td valign="top">calcul C1</td><td valign="top">…</td></tr><tr><td valign="top">Valeur2</td><td valign="top">calcul A2</td><td valign="top">calcul B2</td><td valign="top">calcul C2</td><td valign="top">…</td></tr><tr><td valign="top">Valeur3</td><td valign="top">calcul A3</td><td valign="top">calcul B3</td><td valign="top">calcul C3</td><td valign="top">…</td></tr><tr><td valign="top">…</td><td valign="top">…</td><td valign="top">…</td><td valign="top">…</td><td valign="top">…</td></tr></tbody></table>

<p align="right"><em>IMG_05</em></p>

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"> </td><td valign="top">2005</td><td valign="top">2006</td><td valign="top">2007</td></tr><tr><td valign="top">France</td><td valign="top">  50 000</td><td valign="top">  80 000</td><td valign="top">100 000</td></tr><tr><td valign="top">Allemagne</td><td valign="top">120 000</td><td valign="top">110 000</td><td valign="top">120 000</td></tr><tr><td valign="top">Espagne</td><td valign="top">200 000</td><td valign="top">230 000</td><td valign="top">280 000</td></tr></tbody></table>

<p align="right"><em>IMG_06</em></p>

Si l’on a plusieurs axes verticaux, la 1<sup>ère</sup> colonne est représentée sous forme d’arborescence.

L’ordre de l’axe dans la liste des axes spécifie la position de l’axe dans l’arborescence.

&#x20;

<figure><img src="/files/wnhS20c58yLBoQw5TIJ7" alt=""><figcaption></figcaption></figure>

<p align="right"></p>

<p align="right"><em>IMG_07</em></p>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.simax.fr/parametrage/statistiques/tableaux-recapitulatifs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
