In this detail, the value is’t shown… Is my code wrong or is it a problem of Silverfin itself?
The code:
_**FINANCIËLE OPBRENGSTEN**_
{% if custom.detail.goederen == blank %}{% assign goederen_range = '75'%}{% else %}{% assign goederen_range = custom.detail.goederen %}{% endif %}
{% assign goederen = period.accounts | range:goederen_range %}
|---------------------|-------10%-------:+
| Ontvangen intresten zichtrekening {% input custom.detail.ontvintrzicht as:account_collection range:7 default:'75' accounts_var:ontv.intrest.zicht %} |{{ 1*ontv.intrest.zicht.value | currency %}}
| Ontvangen intresten spaarrekening {% input custom.detail.ontvintrspaar as:account_collection range:7 default:'75' accounts_var:ontv.intrest.spaar %}|_{{ 1*ontv.intrest.spaar.value | currency}}_
| **Totaal** | **{{ 1*ontv.intrest.zicht.value+ontv.intrest.spaar.value | currency }}**
The correct code is selected:
But the value isn’t shown…