Hi,
I'm using Crystal 8.5 against SQL2k data. I have a number of call records. Group 1 is the date and group 2 is the calling number. I'm calculating the minutes of use per subscriber per day with a formula field. The @sub_billable_mins is a formula that sums the call seconds and divides by 60.
{@sub_billable_mins}/Count ({rs_wireless_usage_oct.we_s_mobile_id_number}, {rs_wireless_usage_oct.we_s_mobile_id_number})
I'm placing this formula in the group 2 footer. I want to average the mins/caller in the group 1 footer to get an 'average mins/caller/day'. I'm confusing something because the average function squawks.
Any ideas or hint are appreciated.
Thanks,
I'm using Crystal 8.5 against SQL2k data. I have a number of call records. Group 1 is the date and group 2 is the calling number. I'm calculating the minutes of use per subscriber per day with a formula field. The @sub_billable_mins is a formula that sums the call seconds and divides by 60.
{@sub_billable_mins}/Count ({rs_wireless_usage_oct.we_s_mobile_id_number}, {rs_wireless_usage_oct.we_s_mobile_id_number})
I'm placing this formula in the group 2 footer. I want to average the mins/caller in the group 1 footer to get an 'average mins/caller/day'. I'm confusing something because the average function squawks.
Any ideas or hint are appreciated.
Thanks,