Hi all,
I want to use rollforward to push information from our Monthly Closing template to a template in our Annual reporting program. For example:
In the monthly template we have certain values on a company level:
{% input company.custom.the_enterprise.structure placeholder:fill_in as:text %}
This info is subject to change in our monthly program and can mustbe changed historically, which is why we use a company value instead of a rollforward here.
However, when we come to the Annual review we want to make a snapshop of this info, so we can no longer use the company field, bust want to use a rollforward. How should I fix this within the liquid code?