This is a really simple request, but I cant seem to do it.
I am building a report based on Orders recieved per minute. I then need to add a graph which shows both Total orders per minute, and average orders per minute.
The total orders i'm ok with, i have a Sum of ORDER_HISTORY_ID however, I cant seem to do average as ORDER_HISTORY_ID is a number, so it returns an incorrect average. It wont let me do a Average of the count sum i have either.
Therefore id like a formula field that simply counts each record and adds a 1 each time. Then i'm hoping that i can then add a sum which will show "Average" per minute.
Ive tried this:
COUNT ({ORDER_HISTORY_ID}) but this just gives me overall count figure.
Any help would be gratefully received.
Thanks
UrbanHim
Crystal XI Report Writer
London
[small]What's the best cure for a hangover?... Heavy drinking the night before!![/small]
I am building a report based on Orders recieved per minute. I then need to add a graph which shows both Total orders per minute, and average orders per minute.
The total orders i'm ok with, i have a Sum of ORDER_HISTORY_ID however, I cant seem to do average as ORDER_HISTORY_ID is a number, so it returns an incorrect average. It wont let me do a Average of the count sum i have either.
Therefore id like a formula field that simply counts each record and adds a 1 each time. Then i'm hoping that i can then add a sum which will show "Average" per minute.
Ive tried this:
COUNT ({ORDER_HISTORY_ID}) but this just gives me overall count figure.
Any help would be gratefully received.
Thanks
UrbanHim
Crystal XI Report Writer
London
[small]What's the best cure for a hangover?... Heavy drinking the night before!![/small]