Hello
I am using Crystal 9.0 reporting from an Access 2003 database.
With LB's help I was able to produce values and then text for the minimum and maximum month values using code like:
I have the group of dmonth where the values are calculated which is hidden from the graphs and narrative. But what if I want the maximum sum of alc days for all of the months? If I choose maximum(sum({alcdays},{@dmonth})) then I get an error.
Thanks.
I am using Crystal 9.0 reporting from an Access 2003 database.
With LB's help I was able to produce values and then text for the minimum and maximum month values using code like:
Code:
if groupnumber = 1 etc. //for minimum values and
if groupernumber = distinctcount({@dmonth}) then ....//for maximum values
I have the group of dmonth where the values are calculated which is hidden from the graphs and narrative. But what if I want the maximum sum of alc days for all of the months? If I choose maximum(sum({alcdays},{@dmonth})) then I get an error.
Thanks.