Hi! I have two fields with numbers in tiddlers with tag $:/Note
so I can multiply this fields <$list filter="[is[current]tagging[]tag[$:/Note]] "> {{{[{!!nparametr-ВЕС кг}multiply{!!price}]}}}</$list>
and I get 276 847 12.66 176 2288 215 180 561 418 638 900 480 295 330 2040 176 1300 168 72 60 504 658
how can I get sum of all these values?
276+847+12.66+176+2288…
There is no first filter run, there are n filters in a list widget. That’s the difficult part.
This is the key feature we need for this:
Within the filter runs prefixed with :reduce , :sort , :map and :filter , the “currentTiddler” variable is set to the title of the tiddler being processed.