[tw5] Re: Summing values in fields

2020-02-13 Thread Jon
Thanks Eric, I really am going to have to start learning this stuff! And thanks Mohammad, I can see your plugin is going to be invaluable. Regards Jon On Thursday, 13 February 2020 08:35:26 UTC, Jon wrote: > > Hi, > > is it possible to sum the values held in Field A wherever the field > exists,

[tw5] Re: Summing values in fields

2020-02-13 Thread Mohammad
On Thursday, February 13, 2020 at 12:41:37 PM UTC+3:30, Eric Shulman wrote: > > On Thursday, February 13, 2020 at 12:35:26 AM UTC-8, Jon wrote: >> >> is it possible to sum the values held in Field A wherever the field >> exists, or do the individual tiddlers where it does appear, need to be >>

[tw5] Re: Summing values in fields

2020-02-13 Thread Mohammad
Jon Take a look at Shiraz Plugin 2.0.16 https://kookma.github.io/TW-Shiraz/#demo%2Fdynamic-tables-numerical-summary:demo%2Fdynamic-tables-numerical-summary%20demo%2Fdynamic-tables%2Fcustom-numerical-summary It has some great features for performing simple calculation on filed values! --Mohamm

[tw5] Re: Summing values in fields

2020-02-13 Thread Eric Shulman
On Thursday, February 13, 2020 at 12:35:26 AM UTC-8, Jon wrote: > > is it possible to sum the values held in Field A wherever the field > exists, or do the individual tiddlers where it does appear, need to be > referenced? > Using filters, you can write: <$list filter="[get[A]sum[]]" /> The get