Retrieve template reconciliation result

How can we retrieve in a template if another template is reconciled or not?
image

We can easily retrieve ‘Named results’ via “period.reconciliations.TEMPLATE_HANDLE.results.NAMED_RESULT”, but how can we retrieve ‘Results’?

Thus we would like to retrieve 0 (reconciled) or 1 (unreconciled).

Can you help?

Kind regards
Jelle

Hi @JelleBe

The reconciled status of a template is not something that can be queried via liquid.
You can find an overview of everything you can query here.

If you need to know if the outcome of a certain calculation in a different template is reconciled or not, I recommend you create a named result that catches that.

Kind regards,
Romy