Hi,
I have a grouping report which is grouped as follows
GP 1 - Date on Year
GP 2 - Date on Month
I have count of orders and want to get the average per month
i.e.,
It has data like,
2009 # of Orders
200901 15
200902 20
Avg Per Month ?
i.e., sum(# of WO)/count(# of WO)
but its not working because CR is not allowing me to do the
sum(count())
I have a grouping report which is grouped as follows
GP 1 - Date on Year
GP 2 - Date on Month
I have count of orders and want to get the average per month
i.e.,
It has data like,
2009 # of Orders
200901 15
200902 20
Avg Per Month ?
i.e., sum(# of WO)/count(# of WO)
but its not working because CR is not allowing me to do the
sum(count())