Bottom post . . .

Jonathon Blake wrote:

David wrote:

Look under tools / sort

Maybe an example will suffice:

I have several tables that need to be sorted in the following order:
das erste buch mose
das zweite buch mose
das dritte buch mose
das vierte buch mose
das fünfte buch mose
das buch josua
das buch der richter
das buch rut
das erste buch samuel
das zweite buch samuel
das erste buch der könige
das zweite buch der könige
das erste buch der chronik
das zweite buch der chronik
das buch esra
das buch nehemia
das buch ester
das buch hiob
der psalter
die sprüche salomos
der prediger salomo
das hohelied salomos
der prophet jesaja
der prophet jeremia
die klagelieder jeremias
der prophet hesekiel
der prophet daniel
der prophet hosea der prophet joel
der prophet amos
der prophet obadja
der prophet jona
der prophet micha
der prophet nahum
der prophet habakuk
der prophet zefanja
der prophet haggai
der prophet sacharja
der prophet maleachi
das evangelium nach matthäus
das evangelium nach markus
das evangelium nach lukas
das evangelium nach johannes
die apostelgeschichte des lukas
der brief des paulus an die römer
der erste brief des paulus an die korinther
der zweite brief des paulus an die korinther
der brief des paulus an die galater
der brief des paulus an die epheser
der brief des paulus an die philipper
der brief des paulus an die kolosser
der erste brief des paulus an die thessalonicher
der zweite brief des paulus an die thessalonicher
der erste brief des paulus an timotheus
der zweite brief des paulus an timotheus der brief des paulus an titus
der brief des paulus an philemon
der brief an die hebräer
der brief des jakobus
der erste brief des petrus
der zweite brief des petrus
der erste brief des johannes
der zweite brief des johannes
der dritte brief des johannes der brief des judas die offenbarung des johannes
I don't see anywhere in ">Tools >Sort" that allows me to create a list
so that I can sort things in that sequence --- or any sequence other
than alphabetical, numerical, or alpha-numerical.

xan

jonathon
You are right.
I assume that this is a job you need to do frequently.
I would use the base application for a job like this.
I would set up tables to specify my desired order
( 1 Matthew
2 Mark
3 Luke
4 John
. . . . etc.
)
then set up a table to receive my source / input material
and a query to return the output filtered and sorted according to the second (joined) table. If you use 1.1.4 then you will have to also download a driver for a database engine
that allows multiple tables in queried (dbase does not)
(I use SQLITE as it is small and fast)

If you use 1.9.x then the HSQL database engine comes embedded
(nice but slower than Sqlite)

However, if you are happy about using calc first , then carry on.
(I am not a Calc expert,
so you can perhaps tell me how to do the sort in Calc?)

David



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to