Hi, we have scored our accounts and our prospects, we would like to be able to give each account an additional score that is based on the sum of all the prospect scores within that account, it would require referencing another table - does anyone know how I can do this?
Hey Josephine, do you have 2 separate tables for your accounts and your prospects?
i do indeed
you can use „lookup multiple rows in table“ and then search based on an account identifier like domain and then add up the scores of the results
Yup what Fabian said. So inside your accounts table,
create a column “Look Up Multiple Rows in Table”,
set the table to look up to your prospects table
set the lookup filter to be the account (for example, look up companies with the matching company URL)
this will pull all matching prospects from that company
then create a new column in your accounts table that calculates the total sum of prospect scores from the lookup column (i.e. prospects from that account)
something along the lines of {{Look Up Column Name}}.records.reduce((sum, record) => sum + (record['Prospect Score'] || 0), 0)
Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.
We haven't heard back from you in a bit, so we're going to go ahead and close things out here - feel free to let us know if you still need something!
Hi Josephine V.! This thread was recently closed by our Support team. If you have a moment, please share your feedback: