Le 07/12/2014 10:40, Michael Brand a écrit : > > I suggest that orgaggregate lets the user specify a TBLFM to be > inserted and updated. Missing target columns are added automatically, > it would result in > > #+BEGIN: aggregate :table "work" :cols "Translator sum(Chars) sum(Lines)" > | Translator | sum(Chars) | sum(Lines) | | > |-----------------+------------+------------+----------| > | Austin Woerner | | 84 | 840.00 | > | Eric Abrahamsen | 6633 | | 4643.10 | > | Canaan Morse | 16984 | | 11888.80 | > | Lucas Klein | | 34 | 340.00 | > #+TBLFM: $4 = $2 * 0.7 + $3 * 10; %.2f > #+END: >
I do agree, Michael, this is probably the way to go. Maybe the TBLFM should be taken care of for any kind of dynamic blocks, not only aggregate (columnview, clocktable, propview, invoice, transpose, and any future dynamic block). Regards Thierry