I have a query to add total user DOS requests up for the month.
Each record added is datestamped.
My count and sum query adds user totals but is adding totals for each day rather than the whole month so users are showing up several times.
Any idea how to stop it doing this?
I have the timestamp field in query set with "Between [Start Date?] And [End Date?]" criteria as we sometimes need half month totals.
Each record added is datestamped.
My count and sum query adds user totals but is adding totals for each day rather than the whole month so users are showing up several times.
Any idea how to stop it doing this?
I have the timestamp field in query set with "Between [Start Date?] And [End Date?]" criteria as we sometimes need half month totals.