This topic is locked

Report Problem

9/4/2008 2:34:23 AM
PHPRunner General questions
S
sweethard010 author

Hi everybody...

i have table Billing, Area, and subscriber....
[b]i have already made a report each Billing, Area, and subscriber.... BUT it returns only 2 to 3 rows of records on each query..because i only make aggregate function of SQL.. EX : select sum(amount) etc..
What i wanted to happen is to combine the 3 results into 1 printing page rather than printing each page of the results which consumes a lot of vacant space on every pages....
is that possible?..
NOTE: JOINING the tables is NOT my desire to answer my problem... i need OTHER solution... thank...[b]

J
Jane 9/4/2008

Hi,
undortunately there is no easy way to combine three reports on the one page.

Theoretically you can create custom events on the Visual Editor, select and print values from two another tables in these events.

S
sweethard010 author 9/4/2008

Hi,

undortunately there is no easy way to combine three reports on the one page.

Theoretically you can create custom events on the Visual Editor, select and print values from two another tables in these events.


hi jane... how will i do that...??