Hi, good morning.
I have one report with a subreport, in the subreport I have a sum of my attributes, and I need a sum of this attributes in my report. How i do this?
Problem with report and subreport.
-
- Posts: 10
- Joined: Thu Jun 11, 2015 1:14 pm
Re: Problem with report and subreport.
Hello.
Please, try to avoid using sub-reports.
If this does not help, please, send us a sample of you report with more detailed description of the issue.
Thank you.
Please, try to avoid using sub-reports.
If this does not help, please, send us a sample of you report with more detailed description of the issue.
Thank you.
-
- Posts: 10
- Joined: Thu Jun 11, 2015 1:14 pm
Re: Problem with report and subreport.
Hi.
This is my report.

This is my report.

- Attachments
-
- ReportListagemCompleta.mrt
- (36.95 KiB) Downloaded 365 times
Re: Problem with report and subreport.
Hello.
At first, you don't need to use sub-report. Please, put all components on one page.
Then try to use expression like next:
If this does not help, please, send us a sample data for your report.
Thank you.
At first, you don't need to use sub-report. Please, put all components on one page.
Then try to use expression like next:
Code: Select all
{Sum(DataBand1, dsDadosExames.valor_exame)}
Thank you.