Hi,
I have a grouping report which is grouped by "Req Type" and "Work Order Type" and have summaries like,
Avg Val = Sum({PN.premium})/Count({PN.AcctNumber})
Req Type WO Type Avg Val
A AR 20
B BR 55
C CR 10
D DR 35
Minimum of Avg Val -> ? (Here it should be 10)
Maximum of Avg Val -> ? (Here it should be 55)
I am struggling to get this done..
Thanks
I have a grouping report which is grouped by "Req Type" and "Work Order Type" and have summaries like,
Avg Val = Sum({PN.premium})/Count({PN.AcctNumber})
Req Type WO Type Avg Val
A AR 20
B BR 55
C CR 10
D DR 35
Minimum of Avg Val -> ? (Here it should be 10)
Maximum of Avg Val -> ? (Here it should be 55)
I am struggling to get this done..
Thanks