Hello @Dons,
Seems to me we overlooked this topic, because we are not automatically triggered for this category (we now are). Our apologies.
first of al, in your recon template the result of ‘geldboeten’ needs to have a result-tag, f.i. :
Geldboeten = {{ $23 | currency }}{% result 'geldboeten' $23 %}
So by adding the code {% result 'geldboeten' $23 %}
it actually makes it able to link that result (saved i that register $23) in another template.
Also, a handle is needed in the recon-template like ‘verworpen_uitgaven’.
To have the result in a report-template, you’ll have to add a formula and add this in the formula :
reconciliations.verworpen_uitgaven.results.geldboeten
Here’s a screenshot to clearify it a bit :
(the screenshot shows how to link to the end result of ‘verworpen uitgaven’, because for now that’s the only result you can linkto in our standard template of ‘verworpen uitgaven’.
Hope this helps you forward!