Problem master-detail

Stimulsoft Reports.PHP discussion
Post Reply
Ricardão
Posts: 2
Joined: Mon Jul 08, 2013 1:03 am

Problem master-detail

Post by Ricardão »

Hi
I downloaded the trial version 2013.1.1600 and would really like buying it, but I have a problem...

My connection is with mysql, two charts, one with about 35000 records and another with 150000.
I created a relation between them, the second chart will record a maximum of 5 records for each record in the first chart.
I have already marked the relation and the Master component for the second DataBand.

The problem is I’ve already waited more than 10 minutes and it doesn’t make the report.

connection: server = localhost; database = dominiweb; user = root; password = ******
Datasource 1 - select from protocolo_auxliar protocol where date = '2013-05-24 '
The result generates 12 records.
Datasource 2 - select situation, numero_protocolo from andament
Relation - protocolo_auxiliar X numero_protocolo

Thank You.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Problem master-detail

Post by Vladimir »

Hello,

In this case, your table contains a lot of data. Unfortunately Flash Engine can not generate a very large reports, because it has a limit of 60 seconds on the script execution, which can not be increased. Please try to divide the report into several smaller and generate them separately.

Thank you.
Post Reply