emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how to group together fields
@ 2014-01-30 15:45 Stefan Huchler
  2014-01-31 11:44 ` Alexander Baier
  0 siblings, 1 reply; 12+ messages in thread
From: Stefan Huchler @ 2014-01-30 15:45 UTC (permalink / raw)
  To: emacs-orgmode

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:

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-02-23  7:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30 15:45 how to group together fields Stefan Huchler
2014-01-31 11:44 ` 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

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).