Thanks for reading this.
I’m working on an app to measure sales performance.
My objectives for the app are:
- Have the sales team input their new sales data (done )
- Have a Sales Goal Donut Chart displaying how far close to their goal they currently are (this is where I’m stuck)
First, I find it hard to add the total sales of a single salesperson (cumulative sales of a single user).
Second, I’m not having any success in displaying a Donut Chart that tracks a goal, like in this video: https://www.youtube.com/watch?v=KbAmWC2AuSk
Thanks in advance and ping me if you have any questions about the app logic I tried to explain .