I have a grouping report in which average per month is needed to calculate.
The report is based on grouping.
Grouping is done on date field on monthly basis.
%Survey time=
Sum({RCT_RPTG_RC100.SURVEYTIMETOTAL},{RCT_RPTG_RC100.ENDDATE}, monthly")
%
Sum({RCT_RPTG_RC100.TOTTIMETOTAL},{RCT_RPTG_RC100.ENDDATE}, "monthly")
%survey time
(Group 1)- 200901 - 35.23%
(Group 2)- 200902 - 52.13%
(Group 3)- 200903 - 12.25%
Average Per--------> ? ? ?
Month
As "insert summary" is not considering this formula, please let me know the way to solve this problem.
i.e., in other words i need a way to find the average of a summary(which is calculated by formula mentioned above).
Thanks
The report is based on grouping.
Grouping is done on date field on monthly basis.
%Survey time=
Sum({RCT_RPTG_RC100.SURVEYTIMETOTAL},{RCT_RPTG_RC100.ENDDATE}, monthly")
%
Sum({RCT_RPTG_RC100.TOTTIMETOTAL},{RCT_RPTG_RC100.ENDDATE}, "monthly")
%survey time
(Group 1)- 200901 - 35.23%
(Group 2)- 200902 - 52.13%
(Group 3)- 200903 - 12.25%
Average Per--------> ? ? ?
Month
As "insert summary" is not considering this formula, please let me know the way to solve this problem.
i.e., in other words i need a way to find the average of a summary(which is calculated by formula mentioned above).
Thanks