May 08, 2024 10:39 AM
Hi everyone,
I am wondering if there is a workaround/solution without using make.com or scripting.
I have data in one column for example. The column is a linked field.
Items | Qty_to_Buy
A|5
A|1
B|1
B|1
B|6
C|10
I want to create a table with the following output.
A | 6
B|8
C|10
It is basically grouping by item but I want the output to show up as separate records. If possible I would like for it to be in the same base but a sync to other table also works. I would appreciate any suggestions. Thanks.
Solved! Go to Solution.
May 08, 2024 11:49 AM
Hey @aryan201215 🙂
This is definitely doable without any outside resources or scripting. If you want it in another table in the same base, you'd just need to use a rollup field in the other table.
It'd be more helpful to see your base setup, but anything that is in a linked field can be summed/averaged/etc using a rollup field.
If you need help implementing, please share both tables (the original and the one with the linked records) and I'll help you with where to put the rollup field and the formula for it.
May 08, 2024 11:49 AM
Hey @aryan201215 🙂
This is definitely doable without any outside resources or scripting. If you want it in another table in the same base, you'd just need to use a rollup field in the other table.
It'd be more helpful to see your base setup, but anything that is in a linked field can be summed/averaged/etc using a rollup field.
If you need help implementing, please share both tables (the original and the one with the linked records) and I'll help you with where to put the rollup field and the formula for it.