Help

How can I count/aggregate like/common fields?

1823 4
cancel
Showing results for 
Search instead for 
Did you mean: 
Jon_Richings
6 - Interface Innovator
6 - Interface Innovator

I have a table like this:

image.png

I want to create a new table that lists all the different Parts with the total of each time that part occurs and the How Many in each row. This is just to create an order list without repeating the rows.

I figure rollups might be the solution but I can’t figure this one out.

4 Replies 4

What tables do you have? Could you explain a little deeper your base (or even share a copy)?

I think you have to create a new View in the Parts table, or maybe an auxiliary table in between. I’d need more understanding of your base :thinking:

Bye!

I think I’ve figured this one out. But thanks :slightly_smiling_face:

Could you share the solution? I’m curious now! :slightly_smiling_face: ️

Well it’s only a crude solution. I group by the product and then use the
count summary on the field that holds the number of each.

image.png

What I really want is a new table that lists every part as a new entry with
the sum next to it.

You can see I am just trying to figure out how many of each part I need to
fulfill the current outstanding orders.