In HubSpot I want to calculate the number of days for the deal stage. HubSpot does calculate the cumulative and latest days in stage but only once it moves to the next stage.
However, I want to calculate the number of days when it enters in a stage till it exits.
Say a deal enters,
In Stage A - x days
In Stage B - Entered in stage - Today's Date (But when it exits from stage B it should not calculate and increment the value)
Is there any way or workaround to develop such deal calculation property.
Do your stages always follow each other? An option could be to create a calculated field that subtracts the "Date Entered" timpestamp value from the next Stage. HubSpot stores this seperate for each Pipeline stage. In the screenshot below HubSpot saves the timestamp when the Deal entered the Verbal Agreement stage and also the timestamp when the Deal entered the Quote Sent" stage. I can then subtract the timestamps.
@ChristoV I thought of this but I want to calculate the number of days of its current stage when it entered. But here Date entered property is requied. In my use case below is the scenario,
Stage A > Stage B
So when deal enters Stage B from Stage A, i want to calculate the number of days it entered into Stage B based on today's date.
Hi @AJ_Kakrot, are you able to get the value of today's date? I would think it is a basic function available on calculated fields, but this does not seem to be the case. I have found this discussion on creating a field for today's date.
Do you want a property that holds this value or is this more for reporting?