What is the best one to create a report containing one or two pages of information with some tabular data perhaps. The report should look like an Invoice, Bill or Certificate of Analysis
The best what?
What have you tried?
Where is the data coming from? e.g., SQL queries, ...
You really should not. This is a job for a database, with normalized tables for the four items in your diagram.
For this, I would create a database table with the columns for each (ndx, test parameter, specification and result, t_stamp) using a transaction group to do this and use that database/Query in the report as DataSource.
Thanks pturmel. Very helpful.
Thanks prashants
