March 18, 20178 yr Newbies Hi. First time poster :-) I'm trying to show lists of names of people belonging to a group on each record in a layout. Is this possible by a calculation or am I on a wrong track here? Thanks in advance Best regards -Daniel
March 18, 20178 yr It's difficult to understand your question. Usually, you would show a list of people belonging to the same group in a portal. Or, if this is in a report, you would sort the people by group and show them in a list layout under a sub-summary (by group) part.
March 18, 20178 yr Author Newbies 3 minutes ago, comment said: It's difficult to understand your question. Usually, you would show a list of people belonging to the same group in a portal. Or, if this is in a report, you would sort the people by group and show them in a list layout under a sub-summary (by group) part. Yeah, I'm trying to figure out the portal part (truth be told I made a flat file with only one table and hoped I could somehow show a saved search result on a layout, but it off course makes sense that I should figure out somekind of relationship.
March 18, 20178 yr 6 minutes ago, danielvasilios said: I made a flat file with only one table What do you use to associate a person with a group? And can one person belong to more than one group?
March 18, 20178 yr Author Newbies Right now it's just a field with a value list setup from 1-12 shown as a dropdown (each participant can only belong to one group, but can be moved to a later group after first audition).
March 18, 20178 yr This is an XPOST by the way, from FileMaker Community. https://community.filemaker.com/thread/171923
March 18, 20178 yr If you want to make this super simple, then add a global gGroup field to your table, place it in the header of your layout (which would be either in List or Table view) and attach a script trigger to it to find the records in the selected group (or show all records if the field is cleared). Edited March 18, 20178 yr by comment
March 19, 20178 yr Author Newbies First of all, my sincere apologies for cross-posting. I haven't been using forums in a long time and did not think of it as an issue. For full disclosure I have also been asking for paid help for the same problem on Twitter, but only as an absolute last solution because I really want to understand how this works and how to solve the problem. @comment: That actually sounds a little like what I wanted to do. I might be totally wrong, but this still requires that I expand my solution to a multi table build right? Again my apologies if I didn't follow forum rules, not my intension at all. Best regards -Daniel
March 19, 20178 yr 39 minutes ago, danielvasilios said: this still requires that I expand my solution to a multi table build right? No, you can implement this with your current structure of a single flat table. And if you have nothing to record about a group other than its name, and each person can belong to only one group (and you don't need to keep history of a person's previous groups), then I see very little reason why you couldn't keep this structure.
Create an account or sign in to comment