SUM Macro
Редактировал(а) Coluns 2023/11/19 12:17
This macro allows to sum numeric data vertically in a wiki table
Macro Parameters
| Parameter | Description | Possible values | Default value |
|---|---|---|---|
| type | Vertical or Horizontal sum. Currently only vertical is supported | col | none |
| format | Display format of the resulting sum. This uses DecimalFormat from java | 0.00 Euros | 0.00 |
Section 1
| Description | Number of days |
|---|---|
| Project Manager | 2.5 |
| Designer | 1 |
| Total | 3.5 days |
Section 2
The macro will only sum data from the lines before the sum line
| Description | Number of days |
|---|---|
| Project Manager | 2 |
| Designer | 1.5 |
| Total | 3.5 days |
| XXX | 3 |