[dokuwiki] Re: Is there really no simple table column arithmetic in Dokuwiki?

  • From: Chris Green <cl@xxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sun, 29 Dec 2019 20:30:35 +0000

On Mon, Sep 16, 2019 at 09:30:03AM +0100, Chris Green wrote:

On Mon, Sep 16, 2019 at 05:26:23AM +0300, Tero Kivinen wrote:
Chris Green writes:
Am I missing something or is it really not possible to add up a column
of numbers in a table in Dokuwiki?

The only plugin I can see that does anything remotely like this is the
tablemath plugin but it's very old and also rather clumsy in that one
has to actually specify the first and last row to be summed.

[snip[

They do still recommend using range function instead so you do not
refer to nonexisting cells, but that gets bit hard to parse when you
have long expressions ~~=sum(range(col(),0,col(),row()-1))~~.

Thanks Tero, maybe I'll modify tablecalc rather than tablemath. :-)

I've just discovered that the struct plugin does just about exactly
what I want, I happened to install it for something else and noticed
the 'summarize' option which, as I said, does just what I want.

-- 
Chris Green
-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: