Problem with report and subreport.

Stimulsoft Reports.PHP discussion
Post Reply
lucas.vieira
Posts: 10
Joined: Thu Jun 11, 2015 1:14 pm

Problem with report and subreport.

Post 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?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Problem with report and subreport.

Post 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.
lucas.vieira
Posts: 10
Joined: Thu Jun 11, 2015 1:14 pm

Re: Problem with report and subreport.

Post by lucas.vieira »

Hi.

This is my report.

:)
Attachments
ReportListagemCompleta.mrt
(36.95 KiB) Downloaded 365 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Problem with report and subreport.

Post 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.
Post Reply