Hi Jonas,
Since that particular variable is not an input field but a variable that is stored in a result tag, you need to use the following path in order to access to it:
{{ period.reconciliations.vkt_1.results.model_jr }}
To learn more about how result tags work you can have a look at this post:
If you want to reference a certain value or variable from recon template A in another template, there’s a way to do it with the so-called result tags in STL.
They work like this ( just type in result and press TAB to get this preformatted code ):
{% result 'name' content %}
where the name is a shortname you can choose, and the content is the value or variable you want to reference to.
Let’s say we have this variable done_prepayments in our recon template Prepayments (which is al…
Any questions, please let us know.
Best,
Borja