Hi,
This counts the number of weeks with a week value > 7
{{{ [tag[current]field:Y[1]get[week]compare:number:gt[7]count[]] }}}
but what I want to do is sum the value of the ‘£’ field for the same weeks
{{{ [tag[current]field:Y[1]get[£]sum[]] }}}
But after looking through the docs, I’m struggling to put the two together.
Any help much appreciated,
Jon