Using MassHunter 10.2 and Report Builder 10.2.
Is there any way to report mean/stdev of a column?
Find maintenance, best practice, and troubleshooting articles.
Using MassHunter 10.2 and Report Builder 10.2.
Is there any way to report mean/stdev of a column?
Hello sassman,
Variables declared in Report Builder template expressions do persist through the report, so with a little bit of prep work in unused cells it is possible. I have attached an example template provided by hexatriene that calculates the RSDs of 8 replicate injections. This code is written so that if less than 8 injections are given it will not output a meaningful result. The expressions can be adjusted to work however you like and this should give you some idea of how to have a report calculate a statistical result for a column.
For the example I modified the shipping VOA data set and used one of the ISTDs to demonstrate, so the IDL fails. But it demonstrates what you can expect the unmodified template to produce.
I marked this post as a Verified Answer. If you still need help, please let us know and we would be happy to continue working with you.
I got it kinda working. The only problem is that I have multiple compounds, and the RSD is only reported for the last one.
One way to solve this issue is to move the initialization expression from outside of the list to inside of the list. Then for each compound the calculations will be reset. In very limited testing this appears to work for the original OFN template.