Main Report and sub-report operation

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I created a main report that gives me a count. I also created a
subreport that gives me another count. I would like to devide the main
report count by the sub report count. They are using different
datasets in a share datasource. Can I perform such operation? And if I
could, how?
 
Rob said:
I created a main report that gives me a count. I also created a
subreport that gives me another count. I would like to devide the main
report count by the sub report count. They are using different
datasets in a share datasource. Can I perform such operation? And if I
could, how?

You need to put the calulation text box in the same section
with the subreport:

=reportcount / subreportcontrolname.Report.subreportcount
 

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

Back
Top