Page 1 of 1
Problem with report and subreport.
Posted: Wed Sep 02, 2015 2:25 pm
by lucas.vieira
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?
Re: Problem with report and subreport.
Posted: Thu Sep 03, 2015 7:08 am
by HighAley
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.
Re: Problem with report and subreport.
Posted: Thu Sep 03, 2015 11:51 am
by lucas.vieira
Hi.
This is my report.

Re: Problem with report and subreport.
Posted: Thu Sep 03, 2015 12:54 pm
by HighAley
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:
Code: Select all
{Sum(DataBand1, dsDadosExames.valor_exame)}
If this does not help, please, send us a sample data for your report.
Thank you.