dbTalk Databases Forums  

score order

comp.databases.filemaker comp.databases.filemaker


Discuss score order in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Eileen
 
Posts: n/a

Default score order - 11-16-2006 , 07:39 PM






I have FmPro 8.
I am compiling a database of woodwind music and would like to sort it by
instrument, in score order. I.e. flute, oboe, clarinet, bassoon, alto
saxophone, tenor saxophone. I have not managed to work out how to set it to
sort in this particular order, rather than alphabetically. Help, please!!

Regards
Eileen



Reply With Quote
  #2  
Old   
TKnTexas
 
Posts: n/a

Default Re: score order - 11-16-2006 , 08:22 PM






Create a value-list and set the sort order to that.
TK

Eileen wrote:
Quote:
I have FmPro 8.
I am compiling a database of woodwind music and would like to sort it by
instrument, in score order. I.e. flute, oboe, clarinet, bassoon, alto
saxophone, tenor saxophone. I have not managed to work out how to set it to
sort in this particular order, rather than alphabetically. Help, please!!

Regards
Eileen


Reply With Quote
  #3  
Old   
Don
 
Posts: n/a

Default Re: score order - 11-17-2006 , 09:13 PM




"TKnTexas" <tkntexas55 (AT) aol (DOT) com> wrote

Quote:
Create a value-list and set the sort order to that.
TK

Eileen wrote:
I have FmPro 8.
I am compiling a database of woodwind music and would like to sort it by
instrument, in score order. I.e. flute, oboe, clarinet, bassoon, alto
saxophone, tenor saxophone. I have not managed to work out how to set it
to
sort in this particular order, rather than alphabetically. Help,
please!!

Regards
Eileen

The solution above will work just fine. Another solution with a bit more
detail in case it's helpful:

Create a new table, called "Score Order" with two fields - a text field for
the instrument name, and a number field that contains a value from 1 to
however many instruments you have. Populate this table with a record for
each instrument, and assign the numbers in the order you want the
instruments to sort.

Create a relationship between the instrument field in the main table and the
instrument field in the Score Order table. In your listings sort by the
related number field instead of the instrument name.

It's helpful if you make the instrument field on your data entry forms a
pop-up that uses a value list based on the names in the Score Order table.
That will ensure that you always spell them identically.

The reason this more complicated solution might be attractive is for full
orchestra databases and music library databases where it was also needed to
sort and group by orchestra sections like strings, woodwinds, brass,
percussion, etc. For that I would add a third field to the Score Order
table that has the same number for each member of the group. For example
violins, viola, cello and bass would all be #1 (strings); flute, oboe,
clarinet, bassoon, .... would be #2 (woodwinds), etc. I would sort first by
section order, then by score order to get things straight.

hth
Don




Reply With Quote
  #4  
Old   
Eileen
 
Posts: n/a

Default Re: score order - 11-19-2006 , 07:18 PM



Thanks to you both. I'm going to experiment with these.

Regards
Eileen

"Don" <reply.to.group (AT) saynotospam (DOT) com> wrote

Quote:
"TKnTexas" <tkntexas55 (AT) aol (DOT) com> wrote in message
news:1163730144.675644.10030 (AT) m7g2000cwm (DOT) googlegroups.com...
Create a value-list and set the sort order to that.
TK

Eileen wrote:
I have FmPro 8.
I am compiling a database of woodwind music and would like to sort it by
instrument, in score order. I.e. flute, oboe, clarinet, bassoon, alto
saxophone, tenor saxophone. I have not managed to work out how to set
it to
sort in this particular order, rather than alphabetically. Help,
please!!

Regards
Eileen

The solution above will work just fine. Another solution with a bit more
detail in case it's helpful:

Create a new table, called "Score Order" with two fields - a text field
for the instrument name, and a number field that contains a value from 1
to however many instruments you have. Populate this table with a record
for each instrument, and assign the numbers in the order you want the
instruments to sort.

Create a relationship between the instrument field in the main table and
the instrument field in the Score Order table. In your listings sort by
the related number field instead of the instrument name.

It's helpful if you make the instrument field on your data entry forms a
pop-up that uses a value list based on the names in the Score Order table.
That will ensure that you always spell them identically.

The reason this more complicated solution might be attractive is for full
orchestra databases and music library databases where it was also needed
to sort and group by orchestra sections like strings, woodwinds, brass,
percussion, etc. For that I would add a third field to the Score Order
table that has the same number for each member of the group. For example
violins, viola, cello and bass would all be #1 (strings); flute, oboe,
clarinet, bassoon, .... would be #2 (woodwinds), etc. I would sort first
by section order, then by score order to get things straight.

hth
Don




Reply With Quote
  #5  
Old   
Eileen
 
Posts: n/a

Default Re: score order - 11-22-2006 , 05:50 PM



Thank you again. I had never had to use a value list before, but it did
just what I required.

Regards
Eileen


"Eileen" <eileen (AT) blyndr (DOT) co.uk> wrote

Quote:
Thanks to you both. I'm going to experiment with these.

Regards
Eileen

"Don" <reply.to.group (AT) saynotospam (DOT) com> wrote in message
news:eLednUxYnZwc58PYnZ2dnUVZ_qCdnZ2d (AT) comcast (DOT) com...

"TKnTexas" <tkntexas55 (AT) aol (DOT) com> wrote in message
news:1163730144.675644.10030 (AT) m7g2000cwm (DOT) googlegroups.com...
Create a value-list and set the sort order to that.
TK

Eileen wrote:
I have FmPro 8.
I am compiling a database of woodwind music and would like to sort it
by
instrument, in score order. I.e. flute, oboe, clarinet, bassoon, alto
saxophone, tenor saxophone. I have not managed to work out how to set
it to
sort in this particular order, rather than alphabetically. Help,
please!!

Regards
Eileen

The solution above will work just fine. Another solution with a bit more
detail in case it's helpful:

Create a new table, called "Score Order" with two fields - a text field
for the instrument name, and a number field that contains a value from 1
to however many instruments you have. Populate this table with a record
for each instrument, and assign the numbers in the order you want the
instruments to sort.

Create a relationship between the instrument field in the main table and
the instrument field in the Score Order table. In your listings sort by
the related number field instead of the instrument name.

It's helpful if you make the instrument field on your data entry forms a
pop-up that uses a value list based on the names in the Score Order
table. That will ensure that you always spell them identically.

The reason this more complicated solution might be attractive is for full
orchestra databases and music library databases where it was also needed
to sort and group by orchestra sections like strings, woodwinds, brass,
percussion, etc. For that I would add a third field to the Score Order
table that has the same number for each member of the group. For example
violins, viola, cello and bass would all be #1 (strings); flute, oboe,
clarinet, bassoon, .... would be #2 (woodwinds), etc. I would sort first
by section order, then by score order to get things straight.

hth
Don






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.