dztrucktion Posted July 15, 2011 Posted July 15, 2011 My FM solution has 2 related tables, one that contains Cues and one that contains Composers. The cues have a primary composer and a secondary composer, which is combined and related to the Cues table via a calculation field using List(field) function. Everything is returning fined, but is there an elegant way of sorting these values in the calculation to always the primary composer first and the secondary composer second? Substitute(List(Composer::Fullname); ¶; " / ") Thanks, d
comment Posted July 15, 2011 Posted July 15, 2011 Sort the relationship (I think - I am not quite sure I understand what you describe).
dztrucktion Posted July 15, 2011 Author Posted July 15, 2011 The sort relationship won't work because a Primary Composer and Secondary Composer aren't fixed, meaning their role changes per Cue. I guess the question would be, is there a way to sort the returned values in a List(field)?
comment Posted July 15, 2011 Posted July 15, 2011 Please explain exactly how the two tables are related.
dztrucktion Posted July 15, 2011 Author Posted July 15, 2011 There are actually 3 tables. Composer Cues Composer Role Composer is related to Composer Role via RecID and Cues is related to Composer Role. I am using Composer Role to tie the 2 tables together and a new record is created every time that a new track is assigned a primary and secondary composer. I am pulling the relation from Composer Role, this way every new track can have a different Composer Role independent of a composer's last role. I am trying to pull the Composer full name into the Cues table via the Composer Role table with a calculation field in the Cues table in the order of Primary Composer / Secondary Composer. Apologies for the mis-info.
comment Posted July 15, 2011 Posted July 15, 2011 I see. You want to pull the list from Composers, but have it sorted by a field in Cues. That's not going to work - see: http://fmforums.com/forum/showpost.php?post/291896/ However, you could place the name calculation in the Roles table and point the List function to it - with the relationship Cues -< Roles being sorted on the Roles side by the role field.
Recommended Posts
This topic is 4913 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now