Hi,
I wonder if anyone else has had this use case and if they managed to solve it.
My base has a collection of deals, and each deal will always be assigned a stage. I want to track time spent (in days) in the current stage and time spent in each subsequent stage as the transaction progresses through the deal lifecycle. I want to be able to report on this data.
Some reports I would like to run include:
- how many deals are in stage A, in August
- how many deals are in stage B in July vs August vs September
- how much time is spent in each stage? What are the averages
- how much time is spent moving from stage A to B and C to D, and what are the averages over time
Another similar use case: for these deals, I would like to count the number of deals captured each month and the average over time. I would also like to include the monthly financial position for these deals and track them over time, too.
Any pearls of wisdom would be greatly appreciated.