Help

Re: Grouping by linked fields when there are multiple linked records

605 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Alex_Rosen
4 - Data Explorer
4 - Data Explorer

I have two linked tables on a field called “customer”. This works great for issue tracking, because I can add a customer to a specific issue and know who needs to be followed up about it, or quickly get their current status.

I’d like to group by the Customer field. However when I set this grouping up, it treats the following as separate groupings:

  • A
  • B
  • B, A
  • B, A, C

and so on. Is there a way to view the grouped view so all of Customer A’s associated issues will show up under Customer A, rather than 1 under A, 1 under B, A and 1 under B, A, C?

image.png

2 Replies 2
Danny
6 - Interface Innovator
6 - Interface Innovator

This is an old one, but I thought I’d answer it in case anyone else runs into the same question.

Since you’re linking multiple customers to a single issue, it’s not currently possible with these two tables.

You’ll want to add a third “Customer Issues” table, which would look like this:

Customer Issues
*ID (this could be whatever you want)
*Customer (link to a single customer from the Customers table)
*Issue (link to a single issue from the Issues table)

You could also add additional Lookup fields if you want to include more information from either of the other tables.

Then you would remove the Customer linked field from your original Issues table, since you’ll be looking at the new table instead.

Now, each time a customer runs into an issue, you would add an entry to the Customer Issues table. So, for example, if I run into two issues, there will be a separate entry in this table for each issue. With this setup, if you group by customer, it’ll work the way you want!

Michael_Fischer
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi,
just ran into the same problem. I am managing a hobby group and want to get the info “who is at what event” via a form.
The easy way to do and group this is of course to have the guys submit a form for each event, but that is really taking a lot of time. So ideally they should pick all events at once. But then I can’t group into the events anymore the way I want.

I think this is really a nice feature request:
Please add a button where you can select how “group” treats multi select

  1. group everything (like now)
  2. make different groups for each entry