INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: How to create new combo list field?  (Read 845 times)

ThatAdamGuy

  • Regular Member
  • World Citizen
  • ***
  • Posts: 163
  • I'm a llama's iguana!
How to create new combo list field?
« on: October 27, 2005, 02:17:57 am »

I'd like to create a new field "Labels" that's a list-type concatenation of "Genre" + "Keywords" so I can then create a view on the left that categorizes all my music by non-duplicative labels :)

However, I haven't been able to figure out how to do this.  When I create a new Labels field with the calculated value:

[Genre];[Keywords]

...it looks fine, until I then create a new list view, and then I get a list like:

Dance;a cappella;Spanish
Dance;a cappella;
Dance;French

Instead of what I'd like to see, which is:

A cappella
Dance
French
Spanish

Any ideas?  Thanks!
Logged

darichman

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1362
Re: How to create new combo list field?
« Reply #1 on: October 27, 2005, 06:12:07 am »

Only a workaround, but:

Make your calculated field: "[Genre];[Keywords]"
Create a second field and set it to list.
Periodically select all your files, choose Move/Copy Fields and copy the contents of field A to field B.

That's the only way I've been able to combine multiple fields and still have it display properly as a list. It requires maintenance, but will do what you want it to do. It would be great if we had the option to set fields as both Calculated AND Semicolon delimited lists ;)
Logged

ThatAdamGuy

  • Regular Member
  • World Citizen
  • ***
  • Posts: 163
  • I'm a llama's iguana!
Re: How to create new combo list field?
« Reply #2 on: October 27, 2005, 06:17:34 am »

Aw, bummer that it's not possible to do without a workaround... but thank you for the thoughtful idea!
Logged
Pages: [1]   Go Up