Hi,
I have this to sum up the value of the field ‘win’ for tiddlers tagged with ‘entry’:
{{{ [tag[entry]get[win]sum[]] }}}
Each tiddler also has a field for the week number.
For each week, there will be several ‘entry’ tiddlers and I’d like to have a list showing their count and the summed ‘win’ field for each week number.
eg.
Week — Entry — Win (total)
42--------- 3--------- 1
41--------- 2 -------- 3
40--------- 4 -------- 6
Hope that makes sense.
I don’t know how difficult this is to do - and thanks in advance
Jon