Skip to main content

Hello,

I can't find the issue here that is preventing what i thought would be a very simple table calculation.

I have a table called Deals with many different fields but one of them is a currency field that i want to use a rollup field in another table to calculate the sum of the values in this currency field.

I'm stumped as to what i am missing here but all i get are zero values. I tried to workaround the currency field by making a formula field that just turns the currency values into normal integers but no luck.

I attached a few screenshots for context, hopefully someone can see what i'm missing.

Thanks,

Alec

Hey @Alec11 I've looked at your pictures but its difficult for me to see what the problem is this way.  If you want to hop on a quick call with me you can do that here.   Would be happy to help!


Hey @Alec11 I've looked at your pictures but its difficult for me to see what the problem is this way.  If you want to hop on a quick call with me you can do that here.   Would be happy to help!


Hi Jake,

I went ahead and scheduled a call for this afternoon - thanks.


Hey @Alec11 ,

In the table that sums your values, there needs to be linked records in the Deals Link field (Linked Record) for the calculation to occur.

See examples here:

  


Hey @Alec11 ,

In the table that sums your values, there needs to be linked records in the Deals Link field (Linked Record) for the calculation to occur.

See examples here:

  


Hi Zack,

I do have that link set up already:

 


Hi Zack,

I do have that link set up already:

 


Yes, and that looks correct! But there are no records in the field. There needs to be records in the Deals Link field within your pipeline stats for the summary to occur. Otherwise, it doesn't know what it's summing.

In the image here, it's only doing the sum on the records that are linked


Yes, and that looks correct! But there are no records in the field. There needs to be records in the Deals Link field within your pipeline stats for the summary to occur. Otherwise, it doesn't know what it's summing.

In the image here, it's only doing the sum on the records that are linked


Thank you Zack! that solved it.

My issue now is that i had to manually link all those deals in order to get the stats to calculate properly, but new deals are being added all the time. 

I tried to create an automation to link a new deal to that specific record, it overrides all the other linked items instead of just adding the new linked deal.

Can you think of a way around this?


You should be able to use an automation and basically do it in reverse. 

  1. When new record (deal) is created
  2. Update record (deal)
  3. Use the record id of the stats record

You can get the record id by using a formula

 


You should be able to use an automation and basically do it in reverse. 

  1. When new record (deal) is created
  2. Update record (deal)
  3. Use the record id of the stats record

You can get the record id by using a formula

 


That's exactly what i did, but it overrides all the other linked records with the new one, rather than just adding it


That's exactly what i did, but it overrides all the other linked records with the new one, rather than just adding it


I'd look a little closer. I think you are adding the new deal record to the stat record.

You should try adding the stat record to the new deal record.


Aha, i see your point. Now it works like a charm - thanks again Zack


Reply