Reports Sum and Average

C

clara

Hi there,

My report is grouped by a criteria calle "size", within the size, there are
three items: large, medium, and small. I sepearted my report page based on
the size criteria. I would like to add notation at the bottom of the report
something like"
total amount for 'size' is " . What I mean is how can I handle the size
lilke string variable in order to concactnate with "total amount for ". and
on each page I have 10 column need to do sum and average calculation . How
can I do it?

clara

thank you so much for your help
 
Top