crystalbeginner15
Programmer
I am using CR11. I have main report with two groups i)date and the other hour
sample report I get the volume fo each hour for each type(1,2,3.....10) for a day
date 1 2 3 4 5 6 7 8 10 total
xx
h1
h2
h3
h24
I have a subreport which calculates the peak volume for a day so I need to find the maximum of the total column
The way I did total in my main report is by adding a summary(which adds all the volumes for 1-10 types for each hour). I declared the suumary for total field as shared so that I can access it in my subreport but when i try to use the maximum function passing the shared variable it complains a field is needed.
Is there any other way of doing it or am I am missing anything.
Thank you.
sample report I get the volume fo each hour for each type(1,2,3.....10) for a day
date 1 2 3 4 5 6 7 8 10 total
xx
h1
h2
h3
h24
I have a subreport which calculates the peak volume for a day so I need to find the maximum of the total column
The way I did total in my main report is by adding a summary(which adds all the volumes for 1-10 types for each hour). I declared the suumary for total field as shared so that I can access it in my subreport but when i try to use the maximum function passing the shared variable it complains a field is needed.
Is there any other way of doing it or am I am missing anything.
Thank you.