-
- Posts: 264
- Joined: Sun Nov 14, 2010 2:20 pm
What that means is you can include any Sequence fields and injection fields (such as sample name, injection number, date aquired etc - you chose from a list) and then the last columns are automatically analyte results for that injection sorted by any field. (It can also so stats on a per analyte basis fro the table, but in this case I'm not doing that) It gets the analyte names from the results and they are not hard coded into the report, which makes it reusable for different assays with no changes.
A simple example of a "Component Summary" table could be some thing like:
Code: Select all
| | Amount |
|-----------------------------------------------------------------------------|
| Vial | SampleName | Date Aquired | Compound 1 | Compound 2 | Compound 3 |
|-----------------------------------------------------------------------------|
| 1 | Sample 1 |12/3/10 8:00AM | 36.12 | 12.74 | 10.15 |
|-----------------------------------------------------------------------------|
| 2 | Sample 2 |12/3/10 8:30AM | 16.12 | 18.71 | 16.23 |
|-----------------------------------------------------------------------------|
| 3 | Sample 3 |12/3/10 9:00AM | 11.12 | 22.57 | 13.96 |
In Empower I process the sequence (or sequences or just select all the injections I care about) which produces results. Then I select subsets of the results i want to include in an individual report and use that report method to generate the individual reports to go to separate people... it all takes seconds. This type of report is convenient to give people in-process results and later quickly select all their results to print a summary of the results for their whole study which may go across several days or even weeks. (I can export the data that way if I want as well)
Can I generate a report with a component summary table like that in ChemStation?
If so can I do it on a subset of a sequence and/or selected injections across sequences?
If so how?
Thanks,
- Karen
