Hello,
I have a table with monthly summary of KPIs. The customer now wants to be able to make adjustments to the original data. I have to allow for adjustments as well as preserving the original data. The report I generate will show original data + or minus any adjustments.
Here is an example of what I need to be able to do.
Table A Report_Month 7/31 KPI_1_QTY 88
Customer requests to decrement KPI_1_QTY by 5. This results in KPI_1_QTY being 83. I need to report 83 but have to keep the original value as well.
Any ideas on how to code this?