Running A Sum On Named Query

A better solution would be to make a new named query that only selected that 6th column and return its sum.

@Grace_Tarler ... and don't forget to set the query as type 'Scalar'. Then it justs returns a single value rather than a dataset.