From: Michael Brand <michael.ch.brand@gmail.com>
To: Cecil Westerhof <cldwesterhof@gmail.com>
Cc: Nick Dokos <ndokos@gmail.com>, Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Sub-totals
Date: Thu, 20 Feb 2014 08:55:59 +0100 [thread overview]
Message-ID: <CALn3zoiQayDS+tNm00rUfGgfm9FfM1NNGtnosnhy_kyUfzTe4A@mail.gmail.com> (raw)
In-Reply-To: <CALn3zohYS2i+=1okH=6pyBfBRYGhOmLbWaQKj1TJZnVsGM_wFA@mail.gmail.com>
Hi Cecil
On Sun, Feb 16, 2014 at 10:06 AM, Michael Brand
<michael.ch.brand@gmail.com> wrote:
> #+TBLFM: @>$2 = vsum(@II..@>>) :: $3 = if(vlen(@-I$2..@0$2) == vlen(@-I$2..@+I$2), vsum(@-I$2..@+I$2) +.0, string("")); EN f-1 :: @>$3 = string("")
I should have simplified the condition in "if" to
#+TBLFM: @>$2 = vsum(@II..@>>) :: $3 = if(vlen(@0..@+I) == 1,
vsum(@-I$2..@+I$2) +.0, string("")); EN f-1 :: @>$3 = string("")
It's now also in the ERT.
Michael
prev parent reply other threads:[~2014-02-20 7:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-15 14:27 Sub-totals Cecil Westerhof
2014-02-15 15:19 ` Sub-totals Michael Brand
2014-02-15 17:14 ` Sub-totals Cecil Westerhof
2014-02-15 17:31 ` Sub-totals Cecil Westerhof
2014-02-16 9:06 ` Sub-totals Michael Brand
2014-02-19 5:00 ` Sub-totals Cecil Westerhof
2014-02-19 12:54 ` Sub-totals Nick Dokos
2014-02-19 19:39 ` Sub-totals Michael Brand
2014-02-20 7:55 ` Michael Brand [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CALn3zoiQayDS+tNm00rUfGgfm9FfM1NNGtnosnhy_kyUfzTe4A@mail.gmail.com \
--to=michael.ch.brand@gmail.com \
--cc=cldwesterhof@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=ndokos@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).