Problem to create grand total

S

Saddy

i have a different multiple total in my report.when i make group total it
show only values
not the name of the field, but as soon as i make grand total it works well on
single total but not more than one, otherwise it starts to show the name of
the field.
i m given the example below so it can easy to understand
in first case while i m making group total ,suppose there are three values
salary,gratuity,Allowance
i calculate it in group footer
=sum([salary]) =sum([gratuity]) =sum([Allowance])
it returns
6788 88909 49890

while making grand total i did same in report footer but it prints textbox
name also
with the values
=sum([salary]) =sum([gratuity]) =sum([Allowance])
it returns
textbox1 2343 textbox2 43456 textbox3 23525
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top