safari7391
Programmer
Crystal Reports XI
How do I sort on a summarized field?
I have a formula that sums all the acdcalls for every supervisor - {@CallsHandled}. But Crystal will not let me use the {@CallsHandled} formula unless I have a group for {@Supervisor_Name}. And if I have a group on the {@Supervisor_Name} it will sort by the {@Supervisor_Name} group first.
{@CallsHandled}
sum({Daily_Metrics.Sum_acdcalls},{@Supervisor_Name})
{@Supervisor_Name}
if isnull({Daily_Metrics.Sprvr_Name}) then "Other"
else {Daily_Metrics.Sprvr_Name}
How do I sort on a summarized field?
I have a formula that sums all the acdcalls for every supervisor - {@CallsHandled}. But Crystal will not let me use the {@CallsHandled} formula unless I have a group for {@Supervisor_Name}. And if I have a group on the {@Supervisor_Name} it will sort by the {@Supervisor_Name} group first.
{@CallsHandled}
sum({Daily_Metrics.Sum_acdcalls},{@Supervisor_Name})
{@Supervisor_Name}
if isnull({Daily_Metrics.Sprvr_Name}) then "Other"
else {Daily_Metrics.Sprvr_Name}