Hello, I am trying to add a simple row that will total my "Amounts" column in my output. What's the best way to do that? I've attached pictures. The highlighted box is where I need a total.. Any ideas?
@malafollette you can accomplish this by using a Summarize tool to calculate the total, then a Union tool to add the record to the bottom of your data set:
Hello @malafollette,
You can do it easily with a union and a summarize tool. Just remember to change the name from the summarize output to match to the column where you want to show the total.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.Regards