Add a row count total at the bottom of a column
@Khristian_Evans one way of doing this with the summarise tool
Split it off using a select to deselect everything else and rename the [Count] field. Then Union that on.
Thanks that worked!! Do you know if there is anyway to include the column headings in the count?
@Khristian_Evans /Keep the same name in the summarise tool of the fields you are taking sum and count, then if you union it will come under the same field
Thanks, I did that but it does not include the column heading in the total count, do you know how to fix this?
You mean that you want the column headings to be counted in the row count?
Just add 1 to the count.