- Issue created by @effortDee
- πΊπΈUnited States andileco
Hi @effortdee - unfortunately, the way this specific Views field (Counter) is constructed, the value it returns is a string containing Twig: "{{ counter }}", and this gets rendered after the Views Simple Math Field has already performed its calculation. Can you instead aggregate your view and use the COUNT aggregation method and use the field you've applied that on in your Views Simple Math Field?