-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ade2e5c
commit fc61072
Showing
7 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions
29
bowiedocs/docs/pogues/Le guide/Tableaux/3-cases-non-collectees.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Les cases non-collectées | ||
|
||
:material-test-tube: En cours de développement / recette | ||
|
||
## Décrire une case non-collectée | ||
|
||
On souhaite parfois qu'une ou plusieurs cases d'un tableau porte une donnée calculée ou externe plutôt qu'une donnée collectée. Par exemple dans le tableau suivant : | ||
|
||
![Tableau fixe avec total en ligne](../../../img/pogues/tf_total_en_ligne_tableau.png) | ||
|
||
les cases de la dernière colonne représentent la différence entre les deux cases précédentes. | ||
|
||
Pour spécifier ce type de comportement, Pogues met à disposition le mécanisme de case non-collectée. | ||
|
||
Dans le cas d'une tableau fixe par exemple, une case de tableau est une variable standard : | ||
|
||
![Case collectée](../../../img/pogues/tableau_case_collectee.png) | ||
|
||
Si on choisit "Non", on peut remplacer la case par une expression VTL, comme ici la différence entre deux variable numériques : | ||
|
||
![Case non collectée](../../../img/pogues/tableau_case_non_collectee.png) | ||
|
||
## Total en ligne | ||
|
||
... | ||
|
||
## Total en colonne | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters