How to get a new value out a standard template?

No apologies needed @RutgerC :relaxed:

Sounds like a legit case, so we added a new result tag to this template:

{% comment %}
======================
      RESULT TAGS
======================
{% endcomment %}
{% result 'total_wages_directors' accounts.value %}

So in any other template, you can do this and refer to that value:

{% assign total_wages_directors = period.reconciliations.remuneration_directors.results.total_wages_directors %}

{{ total_wages_directors }} 

More info on result tags here:

Keep in mind not all of our templates from the Silverfin marketplace have the result tags, but if there are missing, just ask for it here, and if it’s a legit case, we’ll gladly add it.

1 Like