Epower2 Custom Field Calculation
Posted: Sun Mar 30, 2014 10:38 am
Hi to everyone,
I would like to discuss a custom field calculation with you guys in order to achieve %a.a. calculation.
The sequence written is this one:
All I need is to calcultate the average amount over 10 sample results. An ideal custom field would be:
SAME.%..AVE(Amount), however the label difference used to re-calibrate every 5 samples makes the 10 samples amount average calculation almost impossible.
I hope that someone can pass me a breakthrough idea.
Thanks a lot for the moment.
I would like to discuss a custom field calculation with you guys in order to achieve %a.a. calculation.
The sequence written is this one:
Code: Select all
Vial Inj Label SampleName
1 1 S11 STD1
2 1 S12 STD2
3 1 A x1
4 1 A x2
. . . .
5 1 A x5
1 1 S13 STD1
2 1 S14 STD2
Clear Calibration
Calibrate S1*
Quantitate A*
1 1 S21 STD1
2 1 S22 STD2
3 1 B x1
4 1 B x2
. . . .
5 1 B x5
1 1 S23 STD1
2 1 S24 STD2
Clear Calibration
Calibrate S2*
Quantitate B*
Summirize Custom Fields
SAME.%..AVE(Amount), however the label difference used to re-calibrate every 5 samples makes the 10 samples amount average calculation almost impossible.
I hope that someone can pass me a breakthrough idea.
Thanks a lot for the moment.