Wait I found a way… please verify if works
```dataviewjs
dv.paragraph("€" + dv.pages("#finance")
.Total_amount.array().reduce((acc, val) => acc + val, 0).toFixed(2))
```
Wait I found a way… please verify if works
```dataviewjs
dv.paragraph("€" + dv.pages("#finance")
.Total_amount.array().reduce((acc, val) => acc + val, 0).toFixed(2))
```