Using CR8.5
I have a ID field that I am summarizing using Count grouped by Date Recorded (every month). I want to be able to find the numbers for the Maximum and the Minimum Count by month and eventually use them for a subreport.
I'm pretty sure I can't do a formula or a running total to get the max/min count, but does anyone know of a different way I can get this number? Finagling formulas are OK with me
Month Table.ID
----- --------
Jan 1 123.111
Jan 2 123.112
------------------
Jan Total 2 = Count of Table.ID
Feb 1 123.113
Feb 1 123.114
Feb 3 123.115
Feb 6 123.116
-----------------
Feb Total 4
Mar 1 123.117
Mar 1 123.118
Mar 3 123.119
-----------------
Mar Total 3
Max = 4 (Feb)
Min = 2 (Jan)
I have a ID field that I am summarizing using Count grouped by Date Recorded (every month). I want to be able to find the numbers for the Maximum and the Minimum Count by month and eventually use them for a subreport.
I'm pretty sure I can't do a formula or a running total to get the max/min count, but does anyone know of a different way I can get this number? Finagling formulas are OK with me
Month Table.ID
----- --------
Jan 1 123.111
Jan 2 123.112
------------------
Jan Total 2 = Count of Table.ID
Feb 1 123.113
Feb 1 123.114
Feb 3 123.115
Feb 6 123.116
-----------------
Feb Total 4
Mar 1 123.117
Mar 1 123.118
Mar 3 123.119
-----------------
Mar Total 3
Max = 4 (Feb)
Min = 2 (Jan)