emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Flávio <flaviostz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Formulas in columnview table
Date: Tue, 3 Feb 2009 13:46:08 +0000 (UTC)	[thread overview]
Message-ID: <loom.20090203T131700-913@post.gmane.org> (raw)

I am using columnview table now to get some summaries of worked hours and
quantity balance as well. This is one example showing a quantity of quoted
computers and the real sold quantity:

|   | ITEM                    | Quotation | Sold | 
|---+-------------------------+-----------+------+
|   | ** Computers            |      10   |  7   |
|---+-------------------------+-----------+------+

Is there any way to automatically insert a fórmula in a third column? For
example, I could insert a "Difference" column and make Sold - Quotation and get
this result:

|   | ITEM                    | Quotation | Sold | Difference |
|---+-------------------------+-----------+------+------------|
|   | ** Computers            |      10   |  7   |     -3     |
|---+-------------------------+-----------+------+------------|

So I could change the column defintion from:
:COLUMNS:  %50ITEM %10Quoted(Quotation){+} %10Sold(Sold){+}


To:
 
:COLUMNS:  %50ITEM %10Quoted(Quotation){+} %10Sold(Sold){+}
%10Sold-Quoted(Difference)
 
Maybe I am going too far with tables and columns view and the  developers did
not intend this kind of feature because of complexity. 
But I think this would be a great feature.

Regards,

Flávio

             reply	other threads:[~2009-02-03 13:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-03 13:46 Flávio [this message]
2009-02-03 15:13 ` Formulas in columnview table Eric Schulte

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=loom.20090203T131700-913@post.gmane.org \
    --to=flaviostz@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).