Page 1 of 1

Newbie requesting guidance on master-detail or sub-report solution

Posted: Wed Oct 11, 2006 4:14 am
by IanMcCarthy
This is my first stab at reporting and would like a few pointers before I shoot off in the wrong direction.

SQL tables, one with header records (instrument serial number, measurement start time, etc) one with details (instrument serial number, start time, this measurement time and measurement value). Master linked to details by (serial number and start time).

Report listing each selected master record, each item to include chart (line graph) of associated detail measurements).

What's the best way of generating this type of report?

Some guidance would be appreciated.

Many thanks

Ian

Newbie requesting guidance on master-detail or sub-report solution

Posted: Wed Oct 11, 2006 5:58 am
by Vital
Thank you for your message.

You need create master-detail report. If you need print two lists then you can see flash videos:
How_to_create_Master-Detail_Report
How_to_create_Master-Detail_Report_2

also see Demo application, category Master-Detail Reports, report - Master-Detail.

If you need create report with Master-List and detail Charts then please see Demo application, category Charts, report - Chart On DataBand.

Thank you.

Newbie requesting guidance on master-detail or sub-report solution

Posted: Thu Oct 12, 2006 8:59 am
by IanMcCarthy
Picked over the settings in "Chart on databand" example and got a report going.

Thanks again

Ian