I am trying to create a simple revenue budgeting app for my company. We display details for customer quotes in a table and then use a slider to increase/decrease the volume of monthly shipments. We want to have an output below the table that displays the total forecasted revenue for the month.
How should we go about creating this total field ?
I’m having the same issue with the website I’m building, but it’s a construction management website. I use the same setup as the picture above for the budget of each job. I have tried many methods for getting the total, but all come with issues. Does anyone have a solution for this? I’ve tried setting states when the values are changed, but cannot get it set up correctly without having problems