Hey @Joyce,
you’re not clear on which part of your code isn’t showing in the template, so I’m guessing is this one?
{%=$30+ -1*period.reports.kostenverg.perc_mw | currency %}
How are you sure that works? Because there’s a part missing in your link to the result-tag; it needs to be:
period.reports.kostenverg.results.perc_mw
So
period. => to say it’s period dependant
reports. => to look at report-templates
kostenverg. => the handle of your report template
results. => to look at result tags; if this isn’t mentionned, Silverfin doesn’t know what to look for
perc_mw => name of your result-tag.
This is explained here as well:
If that isn’t clear, could you explain to us what exactly we are documenting wrong? It’s important this all is correct and self-explanatory