I have a report that is based off a query that has several hundred lines with values that I sum up. I also have another query that has manual adjustments. I would like to add the total adjustments for a particular customer to the end of the report and use it to calculate the final value.
for example:
1 20
2 10
3 07
Total for customer 37
Total manual adj 13
Total after adj 50
I am not sure how best to do this. If it is better to just reference the value somehow? I dont want to include it in the original query because i dont have a value for every line of the query.
Thanks