Hello!
I'm creating a base that will capture all of my sales. The base consists of a customer table, products table, sales table, and I'd like a goals table.
Ideally, the goals table would be have a column for the month/year, my goal amount of sales for that month, the actual sales made, and then a column that tells me how far from (under or over) the goal I am for that month. Similarly, I'd like to do the same for yearly goals, where it can show me the yearly goal total (based on the sum of each month in that year I'd set), what my actual sales for the year are, and how far from my goal (over or under) I am.
My sales table already captures mm/yyyy and individually the month & year for the date of the sale so I'm pretty positive I can link a sale to the monthly goal record based on that month/year field with an automation.
I'm just hitting roadblocks with how I show both monthly and yearly in the same table. I'm sure I can do a view to show me just the monthly or just the yearly if I can figure out how to get the two time periods of goal, actual, and difference fields to work out.
Any ideas or suggestions are welcome. Thank you!