Link VU to report total

Hi

Just a small question.

If i just want to have the total of the Verworpen uitgaven in my report.
Which link do i need to use then?

reconciliations.verworpen_uitgaven.results.total?

Kind regards
Nena

@Dons,

This is found in the template next to the total-amount:

| **{% t "TOTAAL" %}** | **{{ $0 | currency }}**{% result 'totaal' $0 %} 

So you can only reference to it in a report by using the correct name of the result-tag which is totaal and not total. The other parts of your code are correct :slightly_smiling_face: