emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Stefan Huchler <stefan.huchler@mail.de>
To: emacs-orgmode@gnu.org
Subject: how to group together fields
Date: Thu, 30 Jan 2014 16:45:47 +0100	[thread overview]
Message-ID: <87fvo5tqvo.fsf@mars.lan> (raw)

I want to use org-mode as a (tea) database.

What have I done:

1. I have wrote down a tree of shops/orders/brands
2. I defined COLUMNS for Column View that give me a score per shop list

What do I want as result:

1. give me a list of scores for the shops [DONE]
2. give me a list of scores for each brand [TODO]

is there a way to group together Tea brands to give each Brand a Score
(how I liked it)?

below are the data I used (the scores are just random test-data):
(sorry the field names are german mostly)

* Tea Database
   :PROPERTIES:
   :COLUMNS:  %Shop(Shop) %Bewertung(Bewertung){mean}
   :END:
** Tee Kampagne
   :PROPERTIES:
   :Shop:     Tee Kampagne
   :END:
*** Bestellung 1
    :PROPERTIES:
    :END:
**** Tee 1
    :PROPERTIES:
    :Sorte:    Pussimbing
    :Bewertung: 1
    :END:

*** Bestellung 2
    :PROPERTIES:
    :END:
**** Tee 1
    :PROPERTIES:
    :Sorte:    Pussimbing
    :Bewertung: 5
    :END:

**** Tee 2
    :PROPERTIES:
    :Sorte:    Steinthal
    :Bewertung: 7
    :END:

** Teeblätter Versand
   :PROPERTIES:
   :Shop:     Teeblätter Versand
   :END:
*** Tee 1
    :PROPERTIES:
    :Sorte:    Pussimbing
    :Bewertung: 6
    :END:
*** Tee 2
    :PROPERTIES:
    :Sorte:    Steinthal
    :Bewertung: 8
    :END:
*** Tee 3
    :PROPERTIES:
    :Sorte:    Risheehat
    :Bewertung: 9
    :END:

             reply	other threads:[~2014-01-30 17:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-30 15:45 Stefan Huchler [this message]
2014-01-31 11:44 ` how to group together fields Alexander Baier
     [not found]   ` <87r47nshuh.fsf@mars.lan>
2014-02-01 11:03     ` Alexander Baier
     [not found]       ` <87mwibrs5u.fsf@mars.lan>
2014-02-01 11:46         ` Alexander Baier
     [not found]       ` <87ioszrr6l.fsf@mars.lan>
2014-02-01 12:33         ` Alexander Baier
2014-02-01 13:02           ` Stefan Huchler
2014-02-03  8:51             ` Bastien
2014-02-03 15:25               ` Stefan Huchler
2014-02-22 20:20                 ` Michael Brand
2014-02-23  1:12                   ` Stefan Huchler
2014-02-23  7:32                     ` Michael Brand
2014-02-22 15:19   ` Stefan Huchler

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=87fvo5tqvo.fsf@mars.lan \
    --to=stefan.huchler@mail.de \
    --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).