Tips, Tricks & Best Practices

LDeniz
Member

Calculated property

SOLVE

I want a calculated deal property called "new_arr". This shoud be the sum of the deal amount (deal property) and the "current_arr" (company property). Is such a calculated field possible?

 

For context, the reason we are asking for this is because of a renewals pipeline we have set up. Deals are created in the pipeline 180 days outside their renewal date. The problem we face is that the "current_arr" on the deal is copied from the company at that 180 day point, so if an upsell happens during this period, the "current_arr" is not updated on the deal but is on the company. 

0 Upvotes
1 Accepted solution
BruceT
Solution
Participant

Calculated property

SOLVE

@LDeniz the other way you could do this is create a synced Deal property, which maps "current_arr" from the Associated Company to the Deal (this will sync consistently, as opposed to only being copied at the 180 day point). Then, use a calculated field to sum the two properties on the Deal record.

Bruce Tomkins

 

BruceT_0-1724808667997.png

Did my post help answer your query? Help the community by marking it as a solution.

View solution in original post

2 Replies 2
BruceT
Solution
Participant

Calculated property

SOLVE

@LDeniz the other way you could do this is create a synced Deal property, which maps "current_arr" from the Associated Company to the Deal (this will sync consistently, as opposed to only being copied at the 180 day point). Then, use a calculated field to sum the two properties on the Deal record.

Bruce Tomkins

 

BruceT_0-1724808667997.png

Did my post help answer your query? Help the community by marking it as a solution.

kennedyp
Community Manager
Community Manager

Calculated property

SOLVE

Hi @LDeniz! Thanks for your post 😊

 

While it is not possible to calculate the sum of properties from separate objects in a calculation property, with Operations Hub Professional or Enterprise, you can Format your data with workflows and combine totals from different objects. Then you can add this value to a custom number property. This Knowledge Base article walks you through how to set up these formulas in depth. Here is a screenshot example of how I set it up:  

 

If you are unsure how to include data from other objects in your workflows, check out these steps

 

 

Best, 
Kennedy


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes