Hello - I'm developing a deal tracking system to help my team win more business and report quicker to management. One management requirement is to show trends over time on the size of the deal pipeline.
I can easily create a report or dashboard to show current statistics but management want to see how these statistics have changed over time. To do this I've created a new table in my Base for "Daily Stats" and I want to run a daily automation to calculate a snapshot of statistcs from my "Deals" table. Each statistic will have it's own field in the Daily Stats table with each record being the date/time of the automation. The type of stats I want to calculate are:
- Total number of deals in the table
- Number of open deals (filter out those with won and lost closed status')
- Value of all open deals (each deal has a potential value, again need to be filtered)
- Average cost of open deals (have a field already for costs)
I can't figure a way to do this using formula/lookup/rollup fields which is why I'm looking at an automation; and I've been trying for days to use bits of scripting from other threads to create my own but no luck getting it work. Hope someone here can help give me some direction on how I could achieve what I'm looking for. Thanks in advance!